go-org-orgwiki/org/testdata/captions.org
Niklas Fasching b2f4f6ac57 Remove outdated information from captions fixture
Not anyomre - it's <figure> + <figcaption> now
2018-12-19 00:39:06 +01:00

16 lines
397 B
Org Mode

Anything can be captioned.
#+CAPTION: captioned soure block
#+BEGIN_SRC sh
echo "i have a caption!"
#+END_SRC
#+CAPTION: captioned link (image in this case)
[[https://placekitten.com/200/200#.png]]
note that the whole paragraph is captioned, so a linebreak is needed for images to caption correctly
#+CAPTION: captioned link (image in this case)
[[https://placekitten.com/200/200#.png]]
see?