go-org-orgwiki/org/testdata/keywords.pretty_org
2020-07-28 19:28:30 +02:00

25 lines
604 B
Text

#+CAPTION: and _multiple_
#+CAPTION: lines of *captions*!
#+ATTR_HTML: :class a b
#+ATTR_HTML: :id it :class c d
#+BEGIN_SRC sh
echo "a bash source block with custom html attributes"
#+END_SRC
and an image with custom html attributes and a caption
#+CAPTION: kittens!
#+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
# comments must have whitespace after the hashtag
#not a comment because there's no space after the hashtag