Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix hilighting of YAML keys on first line of code block
The YAML highlighter would fail to highlight a key if it occurred on the first line of a `<code>` block, as in: <pre><code>somekey: somevalue anotherkey: anothervalue</pre></code> This adds "beginning of file" as an acceptable marker for the start of a key. Resolves #942 and, it turns out, #649.
- Loading branch information