From f735288c6f3f38bc3e1b8e992749c588199d8466 Mon Sep 17 00:00:00 2001 From: Timothy Stone Date: Sat, 28 Nov 2020 12:13:21 -0500 Subject: [PATCH] Use pre element to retain comments GitHub Markdown strips comments from code fences. Attempting to retain comments with explicit HTML element. --- ...nfiguring-apache-maven-for-use-with-github-packages.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 c7460c551bb0..ac7552e3e933 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 %} -``` +