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

feature: add support for GLFM math blocks #987

Merged
merged 3 commits into from
Oct 16, 2022

Commits on Oct 16, 2022

  1. feature: add support for GLFM math blocks

    This add supports for GLFM's math blocks [1] using hugo's Markdown
    render hooks [2].
    
    [1]: https://docs.gitlab.com/ee/user/markdown.html#math
    [2]: https://gohugo.io/templates/render-hooks/#render-hooks-for-code-blocks
    
    Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
    stephanlachnit authored and deining committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ac170a0 View commit details
    Browse the repository at this point in the history
  2. doc: put KaTeX delimiters in own line

    Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
    stephanlachnit authored and deining committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    62d5bef View commit details
    Browse the repository at this point in the history
  3. Use user-defined delimiters for GLFM math blocks

    Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
    stephanlachnit authored and deining committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    20b2801 View commit details
    Browse the repository at this point in the history