Add support for NAME keyword

This commit is contained in:
Niklas Fasching 2019-10-27 15:04:55 +01:00
parent 2afd11581c
commit 20970ec872
8 changed files with 63 additions and 3 deletions

View file

@ -18,3 +18,13 @@ and an image with custom html attributes and a caption
kittens!
</figcaption>
</figure>
<p>
named paragraph
</p>
<div class="src src-text">
<div class="highlight">
<pre>
named block
</pre>
</div>
</div>