markdown - # not rendering HTML heading tags after GitHub's recent update for pages and Jekyll -
this week, github announced only support kramdown product pages.
per suggestion - removed markdown: redcarpet , updated highlighter value rouge in _config of my project.
now problem # unable render heading on of pages on main website
- what workaround this?
side question: there else watch out for?
github have enabled kramdown’s gfm parser default in update pages. 1 of changes parser makes require whitespace between # , text of header considered header.
i don’t know if able change default in configuration. jekyll docs describe how change to gfm, not how set other parser, , if there way it’s possible github overrides anyway.
you might have change headers add space. e.g. change lines this:
#focus on user to:
# focus on user
Comments
Post a Comment