# Snapshot report for `tests/lib/markdown-test.js`
The actual snapshot is saved in `markdown-test.js.snap`.
Generated by [AVA](https://ava.li).
## Markdown.render() should render PlantUML Ditaa correctly
> Snapshot 1
`␊
`
## Markdown.render() should render PlantUML Gantt correctly
> Snapshot 1
`
␊
`
## Markdown.render() should render PlantUML MindMaps correctly
> Snapshot 1
`
␊
`
## Markdown.render() should render PlantUML Umls correctly
> Snapshot 1
`
␊
`
## Markdown.render() should render PlantUML WBS correctly
> Snapshot 1
`
␊
`
## Markdown.render() should render footnote correctly
> Snapshot 1
`
[1]
␊
hello-world: https://github.com/BoostIO/Boostnote/
hello-world ↩︎
␊This is the first line.
␊
This is the second line.
This is the first line.␊ This is the second line.
␊ ` ## Markdown.render() should render shortcuts correctly > Snapshot 1 `Ctrl
␊Ctrl
␊ ` ## Markdown.render() should renders KaTeX correctly > Snapshot 1 `␊ ` ## Markdown.render() should renders abbrevations correctly > Snapshot 1 `The HTML specification
␊
is maintained by the W3C.
␊
filename.js␊
2␊
var project = 'boostnote';␊
␊
`
## Markdown.render() should renders definition lists correctly
> Snapshot 1
`Term 3
␊
~
Definition 1
␊Definition 2
␊ { some code, part of Definition 2 }␊
␊
Third paragraph of definition 2.
␊H20
␊ ` ## Markdown.render() should renders sup correctly > Snapshot 1 `29th
␊ ` ## Markdown.render() should text with quotes correctly > Snapshot 1 `This is a “QUOTE”.
␊ ` > Snapshot 2 `This is a "QUOTE".
␊ `