// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders blockquote 1`] = ` "
" `; exports[`renders bold marks 1`] = `"blockquote
this is bold text
"`; exports[`renders bullet list 1`] = ` "this is indented code
"
`;
exports[`renders code fence 1`] = `
"this is code
"
`;
exports[`renders code marks 1`] = `"this is inline code text
this is highlighted text
"`; exports[`renders horizontal rule 1`] = `"content of notice
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`] = ` "plain text
"`; exports[`renders table 1`] = ` "|
heading |
centered |
right aligned |
|---|---|---|
|
center |
||
|
bottom r |
this is a placeholder
"`; exports[`renders tip notice 1`] = ` "content of notice
this is
this is strikethrough text
content of notice