Skip to content

Feature request: support MyST directives and roles #100

Description

@tarleb

MyST (Markedly Structured Text) is a reStructuredText-inspired superset of CommonMark. It comes with two major additions: directives and roles:

  • Directives are code blocks with a special attribute syntax:
    ``` {directiveName} arg1 arg2
    Contents
    ```
  • Roles are similar to the attributes extension, but come before the inline code:
    {role}`text`

MyST is supported by the Jupyter Book project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions