Until now we expected the .org file to print back to itself - we can't do that when the input is not pretty printed already - with the introduction of blocks with unindented content that will be the case.
14 lines
419 B
Text
14 lines
419 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]]
|