diff options
| author | John MacFarlane <[email protected]> | 2022-04-08 20:52:02 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-04-08 20:52:37 -0700 |
| commit | 356ece29cb4ddd509c03973f2f72af39cc28c3da (patch) | |
| tree | 53a3ceb76ced2a62d0ff1717a2a7a27da223ce2b /test/writer.markua | |
| parent | 813f3d5dd483eb968ddfce310e95844d289d124b (diff) | |
Commonmark/markua/gfm writers: avoid excessive indentation...
on bullet lists. They are now nested by 2 spaces instead of 4.
See #8011.
Diffstat (limited to 'test/writer.markua')
| -rw-r--r-- | test/writer.markua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/writer.markua b/test/writer.markua index 1c5b44cc2..bc9668a06 100644 --- a/test/writer.markua +++ b/test/writer.markua @@ -202,8 +202,8 @@ Multiple paragraphs: ## Nested * Tab + * Tab * Tab - * Tab Here’s another: @@ -233,9 +233,9 @@ Same thing but with paragraphs: * this is a list item indented with spaces - * this is an example list item indented with tabs + * this is an example list item indented with tabs - * this is an example list item indented with spaces + * this is an example list item indented with spaces {id: fancy-list-markers} ## Fancy list markers @@ -492,17 +492,17 @@ Ellipses…and…and…. * `p`$-Tree * Here’s some display math: - {format: latex} - ``` - \frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h} - ``` + {format: latex} + ``` + \frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h} + ``` * Here’s one that has a line break in it: `\alpha + \omega \times x^2`$. These shouldn’t be math: * To get the famous equation, write `$e = mc^2$`. * $22,000 is a *lot* of money. So is $34,000. (It worked if "lot" is - emphasized.) + emphasized.) * Shoes ($20) and socks ($5). * Escaped `$`: $73 *this should be emphasized* 23$. |
