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 tests for markdown 3, upgrade graphviz package #224

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. chore(deps): update dependency markdown to >=3.2,<3.8

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    12fd35c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Upgrade graphviz extension

    markdown_inline_graphviz_extension version 1.1.3 will fix markdown > 3 support.
    But the version only exists in the github: https://github.com/cesaremorel/markdown-inline-graphviz
    It hasn't been published to pypi yet.
    
    See: cesaremorel/markdown-inline-graphviz#13
    
    For now, building from github may suffice
    ElementalWarrior committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bc71279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ce46a View commit details
    Browse the repository at this point in the history
  3. Test module does not exist, use src

    This code should probably be in an actual python package
    ElementalWarrior committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    51578e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    670408f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    c45870e View commit details
    Browse the repository at this point in the history