Markmap-lib example in broken with inline code, fence code and MathJax
Open
bug
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
~~~md
```markmap
# markmap-lib
## Links
-
- [GitHub](https://github.com/gera2ld/markmap-lib)
## Related
- [coc-markmap](https://github.com/gera2ld/coc-markmap)
- [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap)
## Features
- links
- **inline** ~~text~~ *styles*
- multiline
text
- `inline code`
-
```js
console.log('code block');
```
- MathJax - `\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)`
```
~~~
Contributor guide
Assessment
This issue has not been assessed yet.