Matt Bierner 265c025bbf Use blankline to delimit html block in markdown colorization
**Bug**
Issue #7725

Nested html is not colorized properly for markdown:

```md
<div class="custom-class" markdown="1">
  <div>
    nested div
  </div>
</div>
```

**Fix**
According to the commonmark spec, general html blocks end with a blank line: http://spec.commonmark.org/0.25/#html-blocks

This change relaxes the while so that we only check for blanklines, instead of trying to match the start tag (which fails when nesting elements)
2016-09-26 10:48:54 -07:00
..
2016-09-15 15:44:23 +02:00
2016-08-09 11:42:10 +02:00
2016-09-13 15:06:36 +02:00
2016-09-21 17:01:23 +03:00
2016-09-19 13:36:43 -04:00
2016-09-07 17:17:50 +02:00
2016-09-21 10:14:58 +02:00
2016-09-14 16:39:14 +02:00