Skip to content

Commit

Permalink
Add some notes on working like code
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Oct 7, 2022
1 parent 218948d commit f4596b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/remark-math/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 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
enough for blocks.
See its readme for parse details:

* [`micromark-extension-math`](https://github.com/micromark/micromark-extension-math#syntax)
Expand Down

0 comments on commit f4596b4

Please sign in to comment.