diff --git a/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages.md b/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages.md index a5bdfaa9e2e9..c7460c551bb0 100644 --- a/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages.md +++ b/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages.md @@ -37,7 +37,7 @@ If you want to interact with multiple repositories, you can add each repository If your instance has subdomain isolation enabled: {% endif %} -```xml +``` @@ -81,7 +81,7 @@ If your instance has subdomain isolation enabled: true - --> + --> @@ -99,7 +99,7 @@ If your instance has subdomain isolation enabled: {% if enterpriseServerVersions contains currentVersion %} If your instance has subdomain isolation disabled: -```xml +```