Add the dynamic block first tests.
This commit is contained in:
parent
a6036e257e
commit
4c4d79a665
@ -58,6 +58,6 @@ This test interleaves the opening and closing of each element container to see w
|
||||
| Section | - | Section | Section | Section | Section | Section |
|
||||
| Greater Block | Section | First | First | First | First | First |
|
||||
| Drawer | Section | First | First | First | First | First |
|
||||
| Dynamic Block | Section | First | First | | | |
|
||||
| Dynamic Block | Section | First | First | First | First | First |
|
||||
| Footnote Definition | Section | First | First | | | |
|
||||
| Plain List | Section | Second | First | | | |
|
||||
|
@ -0,0 +1,5 @@
|
||||
#+BEGIN: foo :hlines 1 :id global
|
||||
#+BEGIN: bar :hlines 1 :id global
|
||||
foo
|
||||
#+END:
|
||||
#+END:
|
@ -0,0 +1,4 @@
|
||||
#+BEGIN: foo :hlines 1 :id global
|
||||
[fn:1] footnote.
|
||||
#+END:
|
||||
Is this still in the footnote definition?
|
@ -0,0 +1,4 @@
|
||||
#+BEGIN: foo :hlines 1 :id global
|
||||
1. foo
|
||||
#+END:
|
||||
2. bar
|
Loading…
Reference in New Issue
Block a user