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>

View file

@ -12,3 +12,11 @@ and an image with custom html attributes and a caption
#+ATTR_HTML: :style height: 100%; :id overwritten
#+ATTR_HTML: :style border: 10px solid black; :id kittens
[[https://placekitten.com/200/200#.png]]
#+NAME: foo
named paragraph
#+NAME: bar
#+begin_src
named block
#+end_src

View file

@ -12,3 +12,11 @@ and an image with custom html attributes and a caption
#+ATTR_HTML: :style height: 100%; :id overwritten
#+ATTR_HTML: :style border: 10px solid black; :id kittens
[[https://placekitten.com/200/200#.png]]
#+NAME: foo
named paragraph
#+NAME: bar
#+BEGIN_SRC
named block
#+END_SRC