Skip to content

Commit

Permalink
this fixes the headings in TOC and list formatting but breaks mermaid…
Browse files Browse the repository at this point in the history
… diagrams
  • Loading branch information
endolith committed Mar 20, 2023
1 parent b5fbfa6 commit d2ee974
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
'.md': 'markdown',
}

# Map the markdown files to the m2r2 parser
source_parsers = {
'.md': 'm2r2.parser.M2RParser',
}


# Copy ./examples/results images into documentation so they show up when
# markdown files with relative paths are transcluded (suggested by ChatGPT-4)
Expand Down

0 comments on commit d2ee974

Please sign in to comment.