// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders blockquote 1`] = ` "

blockquote

" `; exports[`renders bold marks 1`] = `"

this is bold text

"`; exports[`renders bullet list 1`] = ` "" `; exports[`renders checkbox list 1`] = ` "" `; exports[`renders code block 1`] = ` "
this is indented code
" `; exports[`renders code fence 1`] = ` "
this is code
" `; exports[`renders code marks 1`] = `"

this is inline code text

"`; exports[`renders headings 1`] = ` "

Heading 1

Heading 2

Heading 3

Heading 4

" `; exports[`renders highlight marks 1`] = `"

this is highlighted text

"`; exports[`renders horizontal rule 1`] = `"
"`; exports[`renders image 1`] = `"

\\"caption\\"

"`; exports[`renders image with alignment 1`] = `"

\\"caption\\"

"`; exports[`renders info notice 1`] = ` "

content of notice

" `; exports[`renders italic marks 1`] = `"

this is italic text

"`; exports[`renders italic marks 2`] = `"

this is also italic text

"`; exports[`renders link marks 1`] = `"

this is linked text

"`; exports[`renders ordered list 1`] = ` "
  1. item one
  2. item two
" `; exports[`renders ordered list 2`] = ` "
  1. item one
  2. item two
" `; exports[`renders plain text as paragraph 1`] = `"

plain text

"`; exports[`renders table 1`] = ` "

heading

centered

right aligned

center

bottom r

" `; exports[`renders template placeholder marks 1`] = `"

this is a placeholder

"`; exports[`renders tip notice 1`] = ` "

content of notice

" `; exports[`renders underline marks 1`] = `"

this is underlined text

"`; exports[`renders underline marks 2`] = `"

this is strikethrough text

"`; exports[`renders warning notice 1`] = ` "

content of notice

" `;