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

math directive #19

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

math directive #19

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

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Nov 6, 2024

Math

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

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 directive to be cross-referenced or explicitly linked to.
    • enumerated, numbered (boolean) - Turn on/off the numbering for the specific math table
    • enumerator, number (string) - Explicitly set the directive number
@Mpdreamz Mpdreamz added enhancement authoring Relates to our markdown parser and removed enhancement labels Nov 6, 2024
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

No branches or pull requests

1 participant