Add all the section-first tests.
This commit is contained in:
parent
f41197b096
commit
70596dc27b
@ -52,11 +52,11 @@ Sections are divided by headlines.
|
|||||||
#+end_src
|
#+end_src
|
||||||
* Which container takes priority
|
* Which container takes priority
|
||||||
This test interleaves the opening and closing of each element container to see which element becomes parsed vs gets broken up. The row determines the first opening element and the column determines the second opening element.
|
This test interleaves the opening and closing of each element container to see which element becomes parsed vs gets broken up. The row determines the first opening element and the column determines the second opening element.
|
||||||
| | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List |
|
| | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List |
|
||||||
|---------------------+---------+---------------+--------+---------------+---------------------+------------|
|
|---------------------+---------+---------------+---------+---------------+---------------------+------------|
|
||||||
| Section | - | Section | | | | |
|
| Section | - | Section | Section | Section | Section | Section |
|
||||||
| Greater Block | | | | | | |
|
| Greater Block | | | | | | |
|
||||||
| Drawer | | | | | | |
|
| Drawer | | | | | | |
|
||||||
| Dynamic Block | | | | | | |
|
| Dynamic Block | | | | | | |
|
||||||
| Footnote Definition | | | | | | |
|
| Footnote Definition | | | | | | |
|
||||||
| Plain List | | | | | | |
|
| Plain List | | | | | | |
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
* Headline
|
||||||
|
:drawername:
|
||||||
|
* Another headline
|
||||||
|
:end:
|
@ -0,0 +1,4 @@
|
|||||||
|
* Headline
|
||||||
|
#+BEGIN: foo :hlines 1 :id global
|
||||||
|
* Another headline
|
||||||
|
#+END:
|
@ -0,0 +1,4 @@
|
|||||||
|
* Headline
|
||||||
|
[fn:1] footnote.
|
||||||
|
* Another headline
|
||||||
|
is this still in the footnote?
|
@ -0,0 +1,4 @@
|
|||||||
|
* Headline
|
||||||
|
1. foo
|
||||||
|
* Another headline
|
||||||
|
2. bar
|
Loading…
Reference in New Issue
Block a user