Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

feat: format comments as markdown for rendering #21

Merged
merged 2 commits into from
Feb 23, 2024
Merged

feat: format comments as markdown for rendering #21

merged 2 commits into from
Feb 23, 2024

Commits on Feb 23, 2024

  1. feat: format comments as markdown for rendering

    simple wordwrap in the rendering causes formatting to be broken. Add
    custom jinja filter `wrap_markdown` based on the `mdformat` library.
    gtema committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b501b7e View commit details
    Browse the repository at this point in the history
  2. feat: disable underscore escaping in spec generation

    markdownify, which is used to convert html or the api-ref into the
    markdown defaults to escape underscores with `\_`. This is unnecessary
    and screwes rendered documentation. Disable it.
    gtema committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    cebbbed View commit details
    Browse the repository at this point in the history