Add the greater block second tests.
This commit is contained in:
parent
6da7cb2c17
commit
ed6fda9918
@ -56,8 +56,8 @@ This test interleaves the opening and closing of each element container to see w
|
||||
| | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List |
|
||||
|---------------------+---------+---------------+---------------+---------------+---------------------+---------------|
|
||||
| Section | - | Section | Section | Section | Section | Section |
|
||||
| Greater Block | Section | First | Greater Block | Greater Block | Greater Block | Greater Block |
|
||||
| Drawer | Section | | | | | |
|
||||
| Dynamic Block | Section | | | | | |
|
||||
| Footnote Definition | Section | | | | | |
|
||||
| Plain List | Section | | | | | |
|
||||
| Greater Block | Section | First |First |First | First |First |
|
||||
| Drawer | Section | First | | | | |
|
||||
| Dynamic Block | Section | First | | | | |
|
||||
| Footnote Definition | Section | First | | | | |
|
||||
| Plain List | Section | Second | | | | |
|
||||
|
@ -0,0 +1,4 @@
|
||||
:drawername:
|
||||
#+begin_center
|
||||
:end:
|
||||
#+end_center
|
@ -0,0 +1,4 @@
|
||||
#+BEGIN: foo :hlines 1 :id global
|
||||
#+begin_center
|
||||
#+END:
|
||||
#+end_center
|
@ -0,0 +1,7 @@
|
||||
[fn:1] footenote.
|
||||
#+begin_center
|
||||
|
||||
|
||||
#+end_center
|
||||
|
||||
Is this still in the footnote?
|
@ -0,0 +1,6 @@
|
||||
1. foo
|
||||
#+begin_center
|
||||
|
||||
|
||||
#+end_center
|
||||
2. bar
|
Loading…
Reference in New Issue
Block a user