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

topic directive #24

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

topic directive #24

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

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Nov 6, 2024

Topic

A topic is like a block quote with a title, or a self-contained section. Use the “topic” directive to indicate a self-contained idea that is separate from the flow of the document. Semantically, this is an

.

Kind Link
Reference
Documentation https://mystmd.org/guide/asides

Implementation

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

Specification compliance:

  • Argument (string) - title
  • Body (parsed)
@Mpdreamz Mpdreamz changed the title topic directive (https://mystmd.org/guide/asides) topic directive Nov 6, 2024
@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
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.

1 participant