From eb5c0d297a14c676c79e90993b1f6777e250f6e7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:22:57 -0500 Subject: [PATCH] =?UTF-8?q?Acknowledge=20that=20the=20available=20parsers?= =?UTF-8?q?=20are=20not=20compatible=20with=20GitHub=E2=80=A6=20(#35258)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- ...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..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, 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. {% data reusables.pages.navigate-site-repo %} 1. In your repository, browse to the __config.yml_ file.