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

mermaid directive #20

Open
6 tasks
Tracked by #2
Mpdreamz opened this issue Nov 6, 2024 · 0 comments · Fixed by #58
Open
6 tasks
Tracked by #2

mermaid directive #20

Mpdreamz opened this issue Nov 6, 2024 · 0 comments · Fixed by #58
Labels
authoring Relates to our markdown parser

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Nov 6, 2024

Mermaid

Kind Link
Reference https://mystmd.org/guide/directives#directive-mermaid
Documentation https://mystmd.org/guide/diagrams

Implementation

  • Parses directives and aliases
  • Emits HTML
  • Unit tests
  • Validation (emits, warnings and errors).

Specification compliance:

  • Body (string, required)
  • Options
    • label, name (string) - Label the mermaid to be cross-referenced or explicitly linked to.
@Mpdreamz Mpdreamz added enhancement authoring Relates to our markdown parser and removed enhancement labels Nov 6, 2024
@Mpdreamz Mpdreamz linked a pull request Nov 12, 2024 that will close this issue
@bmorelli25 bmorelli25 reopened this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authoring Relates to our markdown parser
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants