Skip to content

Commit

Permalink
Fix textile cases for jgm#2225
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnediane committed Jun 14, 2015
1 parent 1fbbbaf commit 6243fe6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/writer.textile
Expand Up @@ -30,7 +30,7 @@ h1(#paragraphs). Paragraphs

Here's a regular paragraph.

In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. Because a hard-wrapped line in the middle of a paragraph looked like a list item.
In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. Because a hard-wrapped line in the middle of a paragraph looked like a list item.

Here's one with a bullet. * criminey.

Expand All @@ -41,7 +41,7 @@ here.

h1(#block-quotes). Block Quotes

E-mail style:
E-mail style:

bq. This is a block quote. It is pretty short.

Expand Down Expand Up @@ -527,7 +527,7 @@ h1(#latex). LaTeX
* <span class="math">x \in y</math>
* <span class="math">\alpha \wedge \omega</math>
* <span class="math">223</math>
* <span class="math">p</math>-Tree
* <span class="math">p</math>&#45;Tree
* Here's some display math: <span class="math">\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}</math>
* Here's one that has a line break in it: <span class="math">\alpha + \omega \times x^2</math>.

Expand Down Expand Up @@ -583,17 +583,17 @@ Left paren: (

Right paren: )

Greater-than: &gt;
Greater&#45;than: &gt;

Hash: #

Period: .

Bang: !

Plus: +
Plus: &#43;

Minus: -
Minus: &#45;

<hr />

Expand Down Expand Up @@ -664,13 +664,13 @@ With an ampersand: "$":http://example.com/?foo=1&bar=2
* "$":http://example.com/
* It should.

An e-mail address: "nobody&#64;nowhere.net":mailto:nobody@nowhere.net
An e&#45;mail address: "nobody&#64;nowhere.net":mailto:nobody@nowhere.net

bq. Blockquoted: "$":http://example.com/



Auto-links should not occur here: @<http://example.com/>@
Auto&#45;links should not occur here: @<http://example.com/>@

bc. or here: <http://example.com/>

Expand Down

0 comments on commit 6243fe6

Please sign in to comment.