Skip to content

overview: only ever generate html, remove pandoc as dependency#673

Merged
erictapen merged 1 commit into
ngi-nix:mainfrom
erictapen:overview-html
Mar 26, 2025
Merged

overview: only ever generate html, remove pandoc as dependency#673
erictapen merged 1 commit into
ngi-nix:mainfrom
erictapen:overview-html

Conversation

@erictapen
Copy link
Copy Markdown
Contributor

For now this means that we can't render syntax highlighting in examples anymore.

The motivation for this is that markdown+raw_html shows some annoying edge cases, that make the code hard to work with.

Some examples:

  • Markdown renders text indented by exactly 4 spaces as a code block, which is annoying when nesting HTML
  • In some cases it's impossible to force text not to be rendered as a paragraph (HTML p element).

For now this means that we can't render syntax highlighting in examples
anymore.

The motivation for this is that markdown+raw_html shows some annoying
edge cases, that make the code hard to work with.

Some examples:
- Markdown renders text indented by exactly 4 spaces as a code block, which is annoying when nesting HTML
- In some cases it's impossible to force text not to be rendered as a paragraph (HTML p element).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants