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

Implement Syntax/Roles/Directives Running list #11

Closed
14 of 16 tasks
rowanc1 opened this issue Nov 22, 2020 · 1 comment
Closed
14 of 16 tasks

Implement Syntax/Roles/Directives Running list #11

rowanc1 opened this issue Nov 22, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rowanc1
Copy link
Collaborator

rowanc1 commented Nov 22, 2020

Note: Some of these do not need to have their own regexes written, we can use markdown-it extensions if they already exist.

Syntax extensions

Directives

  • Math directive with options
  • list-table
  • images directive with options
  • Bibliography directive ({bibliography})
  • Code block directives ({code-block})

Roles

  • abbr, sup, sub
  • Cite - {cite}
  • term

Functionality

  • Code syntax highlighting
@rowanc1 rowanc1 added the enhancement New feature or request label Nov 22, 2020
@rowanc1 rowanc1 self-assigned this Nov 22, 2020
rowanc1 added a commit that referenced this issue Nov 22, 2020
Now supports not parsing the internals of a directive, which is helpful for things like math directives.
Supported by the skipParsing option on the directive.

See #11 for the math directive changes!
rowanc1 pushed a commit that referenced this issue Oct 28, 2022
rowanc1 added a commit that referenced this issue Oct 28, 2022
rowanc1 pushed a commit that referenced this issue Oct 28, 2022
🐛  Defend against unknown names
@rowanc1
Copy link
Collaborator Author

rowanc1 commented Feb 18, 2023

This is replaced by #189.

@rowanc1 rowanc1 closed this as completed Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant