Remove outdated information from captions fixture
Not anyomre - it's <figure> + <figcaption> now
This commit is contained in:
parent
c554023a60
commit
b2f4f6ac57
3 changed files with 3 additions and 3 deletions
2
org/testdata/captions.html
vendored
2
org/testdata/captions.html
vendored
|
@ -1,5 +1,5 @@
|
||||||
<p>
|
<p>
|
||||||
Anything can be captioned. Also captions are not real, correct captions but just a paragraph below the element (bothe wrapped into a div)
|
Anything can be captioned.
|
||||||
</p>
|
</p>
|
||||||
<figure>
|
<figure>
|
||||||
<div class="highlight">
|
<div class="highlight">
|
||||||
|
|
2
org/testdata/captions.org
vendored
2
org/testdata/captions.org
vendored
|
@ -1,4 +1,4 @@
|
||||||
Anything can be captioned. Also captions are not real, correct captions but just a paragraph below the element (bothe wrapped into a div)
|
Anything can be captioned.
|
||||||
|
|
||||||
#+CAPTION: captioned soure block
|
#+CAPTION: captioned soure block
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
|
|
2
org/testdata/captions.pretty_org
vendored
2
org/testdata/captions.pretty_org
vendored
|
@ -1,4 +1,4 @@
|
||||||
Anything can be captioned. Also captions are not real, correct captions but just a paragraph below the element (bothe wrapped into a div)
|
Anything can be captioned.
|
||||||
|
|
||||||
#+CAPTION: captioned soure block
|
#+CAPTION: captioned soure block
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue