// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Markdown Preview renderer HTML rendering should render HTML 1`] = ` .emotion-0 { margin: 15px 2px; }
Paragraph with inline element

", } } /> `; exports[`Markdown Preview renderer Markdown rendering Code should render code 1`] = ` .emotion-0 { margin: 15px 2px; }
Use the printf() function.

", } } /> `; exports[`Markdown Preview renderer Markdown rendering Code should render code 2 1`] = ` .emotion-0 { margin: 15px 2px; }
There is a literal backtick (\`) here.

", } } /> `; exports[`Markdown Preview renderer Markdown rendering General should render markdown 1`] = ` .emotion-0 { margin: 15px 2px; }
H1

Text with bold & em elements

H2

  • ul item 1
  • ul item 2

H3

  1. ol item 1
  2. ol item 2
  3. ol item 3

H4

link title

H5

\\"alt

H6

", } } /> `; exports[`Markdown Preview renderer Markdown rendering HTML should render HTML as is when using Markdown 1`] = ` .emotion-0 { margin: 15px 2px; }
Title
Test HTML content
Testing HTML in Markdown

Test

", } } /> `; exports[`Markdown Preview renderer Markdown rendering Headings should render Heading 1 1`] = ` .emotion-0 { margin: 15px 2px; }
Title", } } /> `; exports[`Markdown Preview renderer Markdown rendering Headings should render Heading 2 1`] = ` .emotion-0 { margin: 15px 2px; }
Title", } } /> `; exports[`Markdown Preview renderer Markdown rendering Headings should render Heading 3 1`] = ` .emotion-0 { margin: 15px 2px; }
Title", } } /> `; exports[`Markdown Preview renderer Markdown rendering Headings should render Heading 4 1`] = ` .emotion-0 { margin: 15px 2px; }
Title", } } /> `; exports[`Markdown Preview renderer Markdown rendering Headings should render Heading 5 1`] = ` .emotion-0 { margin: 15px 2px; }
Title", } } /> `; exports[`Markdown Preview renderer Markdown rendering Headings should render Heading 6 1`] = ` .emotion-0 { margin: 15px 2px; }
Title", } } /> `; exports[`Markdown Preview renderer Markdown rendering Links should render links 1`] = ` .emotion-0 { margin: 15px 2px; }
I get 10 times more traffic from Google than from Yahoo or MSN.

", } } /> `; exports[`Markdown Preview renderer Markdown rendering Lists should render lists 1`] = ` .emotion-0 { margin: 15px 2px; }
  • ol item 1
  • ol item 2

    • Sublist 1
    • Sublist 2
    • Sublist 3

      1. Sub-Sublist 1
      2. Sub-Sublist 2
      3. Sub-Sublist 3
  • ol item 3
  • ", } } /> `;