1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/translations/ru-RU/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

2.1 KiB

title, intro, redirect_from, product, versions
title intro redirect_from product versions
Setting a Markdown processor for your GitHub Pages site using Jekyll You can choose a Markdown processor to determine how Markdown is rendered on your {% data variables.product.prodname_pages %} site.
/articles/migrating-your-pages-site-from-maruku/
/articles/updating-your-markdown-processor-to-kramdown/
/articles/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll
{% data reusables.gated-features.pages %}
free-pro-team enterprise-server github-ae
* * *

People with write permissions for a repository can set the Markdown processor for a {% data variables.product.prodname_pages %} site.

{% data variables.product.prodname_pages %} supports two Markdown processors: kramdown and {% data variables.product.prodname_dotcom %}'s own extended CommonMark processor, which is used to render {% data variables.product.prodname_dotcom %} Flavored Markdown throughout {% data variables.product.product_name %}. For more information, see "About writing and formatting on {% data variables.product.prodname_dotcom %}."

You can use {% data variables.product.prodname_dotcom %} Flavored Markdown with either processor, but only our CommonMark processor will always match the results you see on {% data variables.product.product_name %}.

{% data reusables.pages.navigate-site-repo %} 2. In your repository, browse to the _config.yml file. {% data reusables.repositories.edit-file %} 4. Find the line that starts with markdown: and change the value to kramdown or GFM. Markdown setting in config.yml {% data reusables.files.write_commit_message %} {% data reusables.files.choose-commit-email %} {% data reusables.files.choose_commit_branch %} {% data reusables.files.propose_new_file %}

Дополнительная литература