-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
Related-to: remarkjs/remark#1056.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,9 +134,14 @@ Whether to support math (text) with a single dollar (`boolean`, default: | |
Single dollars work in Pandoc and many other places, but often interfere with | ||
“normal” dollars in text. | ||
|
||
If you turn this off, you can still use two or more dollars for text math. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
wooorm
Author
Member
|
||
|
||
## Syntax | ||
|
||
This plugin applies a micromark extensions to parse the syntax. | ||
That basically follows how code works in markdown, except that dollars (`$`) | ||
are used instead of backticks (`` ` ``), and that two dollars instead of 3 is | ||
This comment has been minimized.
Sorry, something went wrong.
pjkaufman
Contributor
|
||
enough for blocks. | ||
See its readme for parse details: | ||
|
||
* [`micromark-extension-math`](https://github.com/micromark/micromark-extension-math#syntax) | ||
|
1 comment
on commit f4596b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty good, I just added a couple of minor grammar suggestions and a question/clarification on math blocks.
Is this meant to be inline math or a math block where you say "text math"?