Skip to content

Commit

Permalink
Use indention instead of triple-tick markdown for non-spec example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Aug 8, 2016
1 parent 91e045c commit da2f5fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spec.txt
Expand Up @@ -4809,10 +4809,9 @@ Foo
`Markdown.pl` does not allow this, through fear of triggering a list
via a numeral in a hard-wrapped line:

```````````````````````````````` markdown
The number of windows in my house is
14. The number of doors is 6.
````````````````````````````````
The number of windows in my house is
14. The number of doors is 6.

Oddly, though, `Markdown.pl` *does* allow a blockquote to
interrupt a paragraph, even though the same considerations might
apply.
Expand Down

0 comments on commit da2f5fb

Please sign in to comment.