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 Markdown processor, which is used to render GitHub Flavored Markdown (GFM) throughout GitHub Enterprise Server. For more information, see "About writing and formatting on GitHub."
You can use GitHub Flavored Markdown with either processor, but only our GFM processor will always match the results you see on GitHub Enterprise Server.
-
GitHub Enterprise Serverで、サイトのリポジトリにアクセスしてく� さい。
-
In your repository, browse to the _config.yml file.
-
ファイルビューの右上の隅で、 をクリックしてファイルエディタを開きます。
-
Find the line that starts with
markdown:
and change the value tokramdown
orGFM
. -
ページの下部で、ファイルに対して行った変更を説明する短く分かりやすいコミットメッセージを入力してく� さい。 コミットメッセージでは、複数の作者にコミットを関連づけることができます。 詳しい情� �については「複数の共作者を持つコミットの作成」を参照してく� さい。
-
コミットメッセージフィールドの下で、コミットを追� を現在のブランチか新しいブランチから選択してく� さい。 現在のブランチがデフォルトブランチなら、コミット用に新しいブランチを作成してからPull Requestを作成すべきです。 詳しい情� �については「新しいプルリクエストの作成」を参照してく� さい。
-
Propose new file(新規ファイルの提案)をクリックしてく� さい。