",
}
}
/>
`;
exports[`Markdown Preview renderer Markdown rendering General should render markdown 1`] = `
.emotion-0 {
margin: 15px 2px;
}
H1
Text with bold & em elements
H2
H3
- ol item 1
- ol item 2
- ol item 3
H4
link title
H5

H6

",
}
}
/>
`;
exports[`Markdown Preview renderer Markdown rendering HTML should render HTML as is when using Markdown 1`] = `
.emotion-0 {
margin: 15px 2px;
}
Title
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
- Sub-Sublist 1
- Sub-Sublist 2
- Sub-Sublist 3
ol item 3
",
}
}
/>
`;