tomjoht / documentation-theme-jekyll

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything.

Home Page:http://idratherbewriting.com/documentation-theme-jekyll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support CommonMark

noraj opened this issue · comments

Issue

When CommonMark (https://github.com/jekyll/jekyll-commonmark) is used rather than kramdown, the tag page is broken.
So please support CommonMark renderer as well.

Config

markdown: CommonMark # CommonMark, kramdown
commonmark:
  options: ["DEFAULT"]
  extensions: ["table", "strikethrough", "autolink"]

with CommonMark

image

image

with kramdown

image

image

Idea

The problem may be due to how taglogic.hml and links.html are written. Maybe using a kramdown only feature in there.