Skip to main content

Module markdown

Module markdown 

Source
Expand description

ADR-0089 Phase 3: Markdown rendering.

Functions§

render_index
Render the per-file index page (<file>/index.md) listing every item with a one-line lead pulled from the first line of its docs.
render_index_with
Render the per-file index page, rewriting intra-doc links against the given LinkTable (Phase 5).
render_markdown
Render a single item’s Markdown page (<slug>.md).
render_markdown_with
Render a single item’s Markdown page, rewriting intra-doc links against the given LinkTable (Phase 5).