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

Add mermaid rendering #572

Merged
merged 35 commits into from
Sep 11, 2024
Merged

Add mermaid rendering #572

merged 35 commits into from
Sep 11, 2024

Commits on Aug 27, 2024

  1. add mermaid-cli

    using mermaid-cli within markdown
    
    This feature will be available once mermaid-cli v11 is released ( mermaid-js/mermaid-cli#725 (review) ), so it still fails for now.
    falgon committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    501ae87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fdbda View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. add comments

    falgon committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dc67422 View commit details
    Browse the repository at this point in the history
  2. add number of thread options

    falgon committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0e9525d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. [ci skip] Merge branch 'develop' of github.com:falgon/roki-web into a…

    …dd-mermaid-rendering
    falgon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7e87508 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    12220b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839585e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. trigger commit

    falgon committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    696bb3b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. add mermaid graph for test

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    73ae627 View commit details
    Browse the repository at this point in the history
  2. upgrade mermaid v11.1.1

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c433afb View commit details
    Browse the repository at this point in the history
  3. fix to RawInline

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    15e2b55 View commit details
    Browse the repository at this point in the history
  4. refactoring

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    95b8171 View commit details
    Browse the repository at this point in the history
  5. refactor dependencies

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1831656 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fca30bd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #585 from falgon/restyled/add-mermaid-rendering

    Restyle Add `mermaid` rendering
    falgon authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d8e440c View commit details
    Browse the repository at this point in the history
  8. fix dependencies

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    683ce16 View commit details
    Browse the repository at this point in the history
  9. fix dependencies of library

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1dcf5c1 View commit details
    Browse the repository at this point in the history
  10. fix dependencies of library

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    da3093b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2232976 View commit details
    Browse the repository at this point in the history
  12. [skip ci] Merge branch 'develop' of github.com:falgon/roki-web into a…

    …dd-mermaid-rendering
    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2f849b1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ed1c0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea4912e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4f8c105 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    76bb34f View commit details
    Browse the repository at this point in the history
  17. fix indent

    falgon committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    40cd291 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. add centering to mermaid svg

    falgon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    71950e5 View commit details
    Browse the repository at this point in the history
  2. Update src/Media/SVG.hs

    falgon authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7946e41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7585d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88387e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5ede56 View commit details
    Browse the repository at this point in the history
  6. add caption test

    falgon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4056f0e View commit details
    Browse the repository at this point in the history
  7. resolve conflicts

    falgon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0c275ed View commit details
    Browse the repository at this point in the history
  8. fix md and comment

    falgon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d20a365 View commit details
    Browse the repository at this point in the history
  9. fix caption order

    falgon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d87fc5a View commit details
    Browse the repository at this point in the history
  10. remove extra mermaid

    falgon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c1badde View commit details
    Browse the repository at this point in the history