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

Auto activation of mermaid diagrams (via use of hugo render hook) #990

Merged
merged 3 commits into from
Oct 27, 2022

Commits on Oct 27, 2022

  1. performance: use hugo render hook for Mermaid

    This switches Mermaid to use hugo's Markdown
    render hooks [1] instead of manipulating the string at runtime, which
    should improve performance by a bit.
    
    [1]: https://gohugo.io/templates/render-hooks/#render-hooks-for-code-blocks
    
    Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
    stephanlachnit authored and chalin committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    cac3181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7789b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f4731a View commit details
    Browse the repository at this point in the history