From 3858445e01b5f9b195a0213fb438e2a0e9388778 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:48:32 -0500 Subject: [PATCH 1/2] Acknowledge that the available parsers are not compatible with GitHub's markdown --- ...arkdown-processor-for-your-github-pages-site-using-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md b/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md index e4cf8caafb63..031ec6353ee5 100644 --- a/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md +++ b/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md @@ -20,7 +20,7 @@ People with write permissions for a repository can set the Markdown processor fo {% data variables.product.prodname_pages %} supports two Markdown processors: [kramdown](http://kramdown.gettalong.org/) and {% data variables.product.prodname_dotcom %}'s own Markdown processor, which is used to render [{% data variables.product.prodname_dotcom %} Flavored Markdown (GFM)](https://github.github.com/gfm/) throughout {% data variables.product.product_name %}. For more information, see "[AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github)." -You can use {% data variables.product.prodname_dotcom %} Flavored Markdown with either processor, but only our GFM processor will always match the results you see on {% data variables.product.product_name %}. +You can use {% data variables.product.prodname_dotcom %} Flavored Markdown with either processor. Note that no processor is guaranteed to always match the results you see on {% data variables.product.product_name %}. The GFM processor might be the closest to what was available on {% data variables.product.product_name %} in 2020. {% data reusables.pages.navigate-site-repo %} 1. In your repository, browse to the __config.yml_ file. From f4e3bd76912446419684c72dc6a5110a7ac287ff Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:37:02 -0500 Subject: [PATCH 2/2] Remove all references to compatibility with GitHub website --- ...arkdown-processor-for-your-github-pages-site-using-jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md b/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md index 031ec6353ee5..fc0e6ecd479d 100644 --- a/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md +++ b/content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md @@ -20,7 +20,7 @@ People with write permissions for a repository can set the Markdown processor fo {% data variables.product.prodname_pages %} supports two Markdown processors: [kramdown](http://kramdown.gettalong.org/) and {% data variables.product.prodname_dotcom %}'s own Markdown processor, which is used to render [{% data variables.product.prodname_dotcom %} Flavored Markdown (GFM)](https://github.github.com/gfm/) throughout {% data variables.product.product_name %}. For more information, see "[AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github)." -You can use {% data variables.product.prodname_dotcom %} Flavored Markdown with either processor. Note that no processor is guaranteed to always match the results you see on {% data variables.product.product_name %}. The GFM processor might be the closest to what was available on {% data variables.product.product_name %} in 2020. +You can use {% data variables.product.prodname_dotcom %} Flavored Markdown with either processor. {% data reusables.pages.navigate-site-repo %} 1. In your repository, browse to the __config.yml_ file.