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 GitHub Pages site.
GitHub Pages は、GitHub Free のパブリックリポジトリ、GitHub Pro のパブリックおよびプライベートリポジトリ、GitHub Team、GitHub Enterprise Cloud、GitHub Enterprise Server で利用いただけます。
People with write permissions for a repository can set the Markdown processor for a GitHub Pages site.
GitHub Pages supports two Markdown processors: kramdown and GitHub's own extended CommonMark processer, which is used to render GitHub Flavored Markdown throughout GitHub Enterprise. 詳しい情報については、「GitHubでの執筆とフォーマットについて」を参照してください。
You can use GitHub Flavored Markdown with either processor, but only our CommonMark processor will always match the results you see on GitHub Enterprise.
-
On GitHub Enterprise, navigate to your site's repository.
-
In your repository, browse to the _config.yml file.
-
In the upper right corner of the file view, click to open the file editor.
-
Find the line that starts with
markdown:
and change the value tokramdown
orGFM
. -
ページの下部で、ファイルに行った変更について述べた短く意味のあるコミットメッセージを入力してください。コミットメッセージ内でコミットを複数の作者に関連付けることができます。詳細は「複数の共同作者を持つコミットを作成する」を参照してください。
-
コミットメッセージフィールドの下で、コミットを現在のブランチに追加するか、新しいブランチを作成するかを判断してください。現在のブランチが
master
なら、コミットに新しいブランチを作成することにして、プルリクエストを作成してください。 -
[Propose new file(新しいファイルを提案)] をクリックしてください。