micro-mdx-parser
Version:
A tiny parser to convert markdown or html into JSON
32 lines (22 loc) • 393 B
Markdown
`inlin\`e code` (obviously).
This is `inlin\e code` (obviously).
`inline code`
`inlin\e code`
xyz \`const myCode = "isGreat"\`. This will be rendered as follows: `const myCode = "isGreat"`.
Here is a code fence:
```js
Some code
\`jdjdj\`
blah blah
```
Another `example for you`.
another fence:
```json
{"title":"Hello World!"}
```
Another fence
```js
Some code
`jdjdj
blah blah
```