Skip to content

Tables using GithubFlavor: testing fails #233

Answered by jenshalm
hmf asked this question in Q&A
Discussion options

You must be logged in to vote

In contrast to some libraries which solely focus on translating Markdown to HTML, Laika supports multiple input and output formats. To enable this kind of flexibility it uses an internal AST format between the parsing and the rendering step. When it renders HTML, that renderer has no knowledge of which text markup format those AST nodes originated from, and in fact you could mix Markdown files and ReStructuredText files in the same batch transformation.

For that reason the HTML output is not necessarily 100% aligned with what a text markup spec shows as the expected HTML result. Ideally such a spec should not actually rely on a specific output format. What Laika instead tries to adhere to…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jenshalm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #91 on October 28, 2021 17:34.