Github flavored Markdown and pygments highlighting in Jekyll

前端 未结 4 817
遥遥无期
遥遥无期 2020-12-13 00:50

I\'ve deployed my Jekyll blog on a VPS. I would now like to add Github-flavored Markdown to it, using Pygments highlighting, but I don\'t know which files do I have to edit

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 01:24

    Since cboettig posted his answer, GitHub has stopped supporting redcarpet. If you want GitHub Flavored Markdown you now specify it directly as markdown: GFM in your _config.yml.

提交回复
热议问题