People with write permissions for a repository can set the Markdown processor for a site.
supports two Markdown processors: kramdown and 's own Markdown processor, which is used to render Flavored Markdown (GFM) throughout . For more information, see "AUTOTITLE."
You can use Flavored Markdown with either processor, but only our GFM processor will always match the results you see on .
In your repository, browse to the _config.yml file.
Find the line that starts with
markdown:
and change the value tokramdown
orGFM
. The full line should readmarkdown: kramdown
ormarkdown: GFM
.