krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

v0.20.2: fixtures/images.org · raw

 1#+TITLE: Images
 2
 3* Bare image
 4
 5[[file:diagram.png]]
 6
 7* Captioned figure
 8
 9#+CAPTION: The pipeline, end to end
10#+ATTR_HTML: :width 640 :class diagram
11[[file:pipeline.svg]]
12
13* Caption with markup
14
15#+CAPTION: A /stylised/ chart
16[[file:chart.png]]
17
18* Quoted attribute values
19
20#+ATTR_HTML: :alt "a cat, sitting" :loading lazy
21[[file:cat.jpg]]
22
23* Image with a description is a link
24
25[[file:diagram.png][the diagram]]