showdown/test/issues
Nik Wakelin e6aaf3a1c9 fix(headers): Ensures that Markdown headers are preceded by a space
Changes subParser for headers to require a space or tab
character before a header, so that

```md
  # Header
```

Is a valid header, whereas:

```md
  #Header
```

Is **not** rendered as a header.
2016-07-20 13:38:46 -07:00
..
#83.parsed-text-links-with-underscores.html chore: normalize test names 2015-10-19 02:50:32 +01:00
#83.parsed-text-links-with-underscores.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#96.underscores-in-links.html chore: normalize test names 2015-10-19 02:50:32 +01:00
#96.underscores-in-links.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#107.inner-underscore-parse-to-block.html chore: normalize test names 2015-10-19 02:50:32 +01:00
#107.inner-underscore-parse-to-block.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#142.odd-behaviour-for-multiple-consecutive-lists.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#142.odd-behaviour-for-multiple-consecutive-lists.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#150.hyphens-are-getting-removed.html chore: normalize test names 2015-10-19 02:50:32 +01:00
#150.hyphens-are-getting-removed.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#183.gh-code-blocks-within-lists-do-not-render-properly.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#183.gh-code-blocks-within-lists-do-not-render-properly.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#191.blockquote-followed-by-an-heading.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#191.blockquote-followed-by-an-heading.md fix(blockGamut): fix for headings inside blockquotes 2015-08-23 03:11:11 +01:00
#196.entity-in-code-block-in-nested-list.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#196.entity-in-code-block-in-nested-list.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#220.html-breaks-markdown-parsing.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#220.html-breaks-markdown-parsing.md fix(hashHTMLBlock): fix issue with html breaking markdown parsing 2016-01-01 23:33:33 +00:00
#229.2.code-being-parsed-inside-HTML-code-tags.html fix(HTMLParser): fix code tags parsing 2016-01-25 03:01:54 +00:00
#229.2.code-being-parsed-inside-HTML-code-tags.md fix(HTMLParser): fix ghCodeBlocks being parsed inside code tags 2016-01-25 01:04:06 +00:00
#229.code-being-parsed-inside-HTML-code-tags.html fix(HTMLParser): fix code tags parsing 2016-01-25 03:01:54 +00:00
#229.code-being-parsed-inside-HTML-code-tags.md fix(HTMLParser): fix ghCodeBlocks being parsed inside code tags 2016-01-25 01:04:06 +00:00
#230.paragraphs-are-ignored-between-code-tags.html fix(HTMLParser): fix code tags parsing 2016-01-25 03:01:54 +00:00
#230.paragraphs-are-ignored-between-code-tags.md fix(HTMLParser): fix code tags parsing 2016-01-25 03:01:54 +00:00
#261.mix-images-with-links.html fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
#261.mix-images-with-links.md fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
#261.reference-style-image-after-inline-style-image-does-not-work-correctely.html fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
#261.reference-style-image-after-inline-style-image-does-not-work-correctely.md fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
#261.reference-style-link-after-inline-style-link-does-not-work-correctely.html fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
#261.reference-style-link-after-inline-style-link-does-not-work-correctely.md fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
#nnn.headers-require-spaces.html fix(headers): Ensures that Markdown headers are preceded by a space 2016-07-20 13:38:46 -07:00
#nnn.headers-require-spaces.md fix(headers): Ensures that Markdown headers are preceded by a space 2016-07-20 13:38:46 -07:00