18 |
5 |" 7 | `; 8 | 9 | exports[`renders bold marks 1`] = `"blockquote
6 |
this is bold text
"`; 10 | 11 | exports[`renders bullet list 1`] = ` 12 | "this is indented code
31 | "
32 | `;
33 |
34 | exports[`renders code fence 1`] = `
35 | "this is code
36 | "
37 | `;
38 |
39 | exports[`renders code marks 1`] = `"this is inline code text
this is highlighted text
"`; 48 | 49 | exports[`renders horizontal rule 1`] = `"content of notice
58 |this is italic text
"`; 62 | 63 | exports[`renders italic marks 2`] = `"this is also italic text
"`; 64 | 65 | exports[`renders link marks 1`] = `"this is linked text
"`; 66 | 67 | exports[`renders ordered list 1`] = ` 68 | "plain text
"`; 82 | 83 | exports[`renders table 1`] = ` 84 | "|
87 | heading |
88 |
89 | centered |
90 |
91 | right aligned |
92 |
|---|---|---|
| 95 | | 96 |
97 | center |
98 | 99 | | 100 |
| 103 | | 104 |105 | | 106 |
107 | bottom r |
108 |
this is a placeholder
"`; 113 | 114 | exports[`renders tip notice 1`] = ` 115 | "content of notice
117 |this is
this is strikethrough text
content of notice
127 |