From 5b04d063a1637a24a3bb495718046c1f29525fea Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 26 Jul 2013 06:19:40 +0100 Subject: Convert bullet and numbered lists in dokuwiki writer (#386) --- tests/writer.dokuwiki | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'tests/writer.dokuwiki') diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index 73afec027..7ffd254ef 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -303,8 +303,8 @@ Blank line after term, indented marker, alternate markers: : computer ; orange : orange fruit -;# sublist -;# sublist +; ; - sublist +; ; - sublist ====== HTML Blocks ====== @@ -468,21 +468,21 @@ Ellipses…and…and…. ====== LaTeX ====== -* -* 2+2=4 -* x \in y -* \alpha \wedge \omega -* 223 -* p-Tree -* Here’s some display math: \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. + * + * 2+2=4 + * x \in y + * \alpha \wedge \omega + * 223 + * p-Tree + * Here’s some display math: \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.) -* Shoes ($20) and socks ($5). -* Escaped $: $73 //this should be emphasized// 23$. + * 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.) + * Shoes ($20) and socks ($5). + * Escaped $: $73 //this should be emphasized// 23$. Here’s a LaTeX table: @@ -494,11 +494,11 @@ Here’s a LaTeX table: Here is some unicode: -* I hat: Î -* o umlaut: ö -* section: § -* set membership: ∈ -* copyright: © + * I hat: Î + * o umlaut: ö + * section: § + * set membership: ∈ + * copyright: © AT&T has an ampersand in their name. @@ -606,9 +606,9 @@ Here’s an [[script?foo=1&bar=2|inline link in pointy braces]]. With an ampersand: http://example.com/?foo=1&bar=2 -* In a list? -* http://example.com/ -* It should. + * In a list? + * http://example.com/ + * It should. An e-mail address: [[mailto:nobody@nowhere.net|nobody@nowhere.net]] @@ -646,7 +646,7 @@ If you want, you can indent every line, but you can also be lazy and just indent
Notes can go in quotes.In quote.
-# And in list items.In list. + - And in list items.In list. This paragraph should not be part of the note, as it is not indented. -- cgit v1.2.3