Add support for NAME keyword
This commit is contained in:
parent
2afd11581c
commit
20970ec872
8 changed files with 63 additions and 3 deletions
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