// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Markdown.render() should render PlantUML Ditaa correctly 1`] = ` "\\"uml " `; exports[`Markdown.render() should render PlantUML Gantt correctly 1`] = ` "\\"uml " `; exports[`Markdown.render() should render PlantUML MindMaps correctly 1`] = ` "\\"uml " `; exports[`Markdown.render() should render PlantUML Umls correctly 1`] = ` "\\"uml " `; exports[`Markdown.render() should render PlantUML WBS correctly 1`] = ` "\\"uml " `; exports[`Markdown.render() should render footnote correctly 1`] = ` "

[1]
hello-world: https://github.com/BoostIO/Boostnote/


  1. hello-world β†©οΈŽ

" `; exports[`Markdown.render() should render line breaks correctly 1`] = ` "

This is the first line.
This is the second line.

" `; exports[`Markdown.render() should render line breaks correctly 2`] = ` "

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`] = ` "

H1

H2

H3

###$ H4

" `; exports[`Markdown.render() should renders KaTeX correctly 1`] = ` "c=pmsqrta2+b2c = pmsqrt{a^2 + b^2}c=pmsqrta2+b2 " `; exports[`Markdown.render() should renders abbrevations correctly 1`] = ` "

abbr

The HTML specification
is maintained by the W3C.

" `; exports[`Markdown.render() should renders checkboxes 1`] = ` " " `; exports[`Markdown.render() should renders codeblock correctly 1`] = ` "
        filename.js
        2
        var project = 'boostnote';

      
" `; exports[`Markdown.render() should renders definition lists correctly 1`] = ` "

definition list

list 1

Term 1
Definition 1
Term 2
Definition 2a
Definition 2b

Term 3
~

list 2

Term 1

Definition 1

Term 2 with inline markup

Definition 2

  { some code, part of Definition 2 }

Third paragraph of definition 2.

" `; exports[`Markdown.render() should renders markdown correctly 1`] = ` "

Welcome to Boostnote!

Click here to edit markdown πŸ‘‹

Docs πŸ“


Article Archive πŸ“š


Community 🍻

" `; exports[`Markdown.render() should renders sub correctly 1`] = ` "

sub

H20

" `; exports[`Markdown.render() should renders sup correctly 1`] = ` "

sup

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".

" `;