Add support for NAME keyword
This commit is contained in:
parent
2afd11581c
commit
20970ec872
8 changed files with 63 additions and 3 deletions
10
org/testdata/keywords.html
vendored
10
org/testdata/keywords.html
vendored
|
@ -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>
|
||||
|
|
8
org/testdata/keywords.org
vendored
8
org/testdata/keywords.org
vendored
|
@ -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
|
||||
|
|
8
org/testdata/keywords.pretty_org
vendored
8
org/testdata/keywords.pretty_org
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue