File: captions.org

package info (click to toggle)
golang-github-niklasfasching-go-org 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 788 kB
  • sloc: sh: 142; makefile: 42
file content (16 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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?