-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to a micromark parser, defer work to <https://github.com/micromark/micromark-extension-math>, <https://github.com/syntax-tree/mdast-util-math> * Change math (flow) to match how fenced code works in CommonMark: * the last line may not contain anything other than dollars * extra content on the first line is part of the `meta` string, which is available in the tree, but hidden when rendering * Change math (text) to match code (text) works in CommonMark: * escapes no longer work, use more dollars around the code than inside * there is no special handling of potential numbers anymore: escape dollars when in text * `inlineDoubleMath` no longer works * There is only one extension, `remark-math/block` and`remark-math/inline` no longer exist
- Loading branch information
Showing
14 changed files
with
191 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.