Skip to content

Default Markdown engine in GitHub pages does not natively support definitions lists #51

Description

@muelerse

The default md engine used for GitHub pages does not natively support definitions lists:

Heading.
:    Body

Is just rendered as

Heading.: Body

It should be rendered as

Heading.
Body

Google suggests that adding the following to _config.yml should fix the definitions lists behavior:

markdown: kramdown
kramdown:
  input: GFM
  syntax_highlighter: rouge
  hard_wrap: false
  enable_coderay: false

Unsure, if this breaks our current deploy pipeline. Suggest we only try this fix for the next iteration.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions