Add the first test.

This commit is contained in:
Tom Alexander 2023-04-16 16:55:53 -04:00
parent d155ca1027
commit f41197b096
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Sections are divided by headlines.
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 | - | | | | | |
| Section | - | Section | | | | |
| Greater Block | | | | | | |
| Drawer | | | | | | |
| Dynamic Block | | | | | | |

View File

@ -0,0 +1,4 @@
* Headline
#+begin_center
* Another headline
#+end_center