// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Markdown.render() should render PlantUML Ditaa correctly 1`] = `
"
"
`;
exports[`Markdown.render() should render PlantUML Gantt correctly 1`] = `
"
"
`;
exports[`Markdown.render() should render PlantUML MindMaps correctly 1`] = `
"
"
`;
exports[`Markdown.render() should render PlantUML Umls correctly 1`] = `
"
"
`;
exports[`Markdown.render() should render PlantUML WBS correctly 1`] = `
"
"
`;
exports[`Markdown.render() should render footnote correctly 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.
" `; exports[`Markdown.render() should render shortcuts correctly 1`] = ` "Ctrl
Ctrl
" `; exports[`Markdown.render() should renders [TOC] placholder correctly 1`] = ` "###$ H4
" `; exports[`Markdown.render() should renders KaTeX correctly 1`] = ` "c=pmsqrta2+b2 " `; exports[`Markdown.render() should renders abbrevations correctly 1`] = ` "The HTML specification
is maintained by the W3C.
filename.js
2
var project = 'boostnote';
"
`;
exports[`Markdown.render() should renders definition lists correctly 1`] = `
"Term 3
~
Definition 1
Definition 2
{ some code, part of Definition 2 }
Third paragraph of definition 2.
H20
" `; exports[`Markdown.render() should renders sup correctly 1`] = ` "29th
" `; exports[`Markdown.render() should text with quotes correctly 1`] = ` "This is a βQUOTEβ.
" `; exports[`Markdown.render() should text with quotes correctly 2`] = ` "This is a "QUOTE".
" `;