Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mkdocs rendering symbols in notebook code #2033

Merged
merged 2 commits into from
Mar 20, 2024

Commits on Mar 6, 2024

  1. remove mkdocs-simple-hooks and use native hooks

    `mkdocs-simple-hooks` is deprecated as the functionality now lives in `mkdocs` directly.
    Missed that when I added it!
    ADBond committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e237831 View commit details
    Browse the repository at this point in the history
  2. hook to overwrite mknotebooks config

    We convert notebooks to .md rather than .html (leaving the latter to mkdocs itseld).
    Without this, some symbols such as '<' end up as '&lt;'
    ADBond committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    681f0dc View commit details
    Browse the repository at this point in the history