Matching breaks pages with yaml
Opened this issue · 0 comments
vitaliy-bobrov commented
In code you have:
if (str.match(/^---$/)) {
break;
}
This lines caused page with yaml front matter code examples unrendered, example piece of markdown:
```yaml
title: Hello World
comments: true
```