Add more paragraph tests.

This commit is contained in:
Tom Alexander 2023-04-17 20:40:23 -04:00
parent 867a55fbf7
commit dc5fc863f5
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 17 additions and 5 deletions

View File

@ -58,11 +58,11 @@ This test interleaves the opening and closing of each element container to see w
| | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | Paragraph | | | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | Paragraph |
|---------------------+---------+---------------+---------+---------------+---------------------+------------+-----------| |---------------------+---------+---------------+---------+---------------+---------------------+------------+-----------|
| Section | - | Section | Section | Section | Section | Section | Section | | Section | - | Section | Section | Section | Section | Section | Section |
| Greater Block | Section | First | First | First | First | First | | | Greater Block | Section | First | First | First | First | First | First |
| Drawer | Section | First | First | First | First | First | | | Drawer | Section | First | First | First | First | First | First |
| Dynamic Block | Section | First | First | First | First | First | | | Dynamic Block | Section | First | First | First | First | First | First |
| Footnote Definition | Section | First | First | First | - | - | | | Footnote Definition | Section | First | First | First | - | - | - |
| Plain List | Section | Second | Second | Second | - | - | | | Plain List | Section | Second | Second | Second | - | - | - |
| Paragraph | Section | Second | Second | Second | - | - | - | | Paragraph | Section | Second | Second | Second | - | - | - |
* Possible solutions * Possible solutions
** Greater blocks, drawers, and dynamic blocks disable plain list exit matcher ** Greater blocks, drawers, and dynamic blocks disable plain list exit matcher

View File

@ -0,0 +1,4 @@
:drawername:
foo
:end:
Is this still in the paragraph?

View File

@ -0,0 +1,4 @@
#+BEGIN: foo :hlines 1 :id global
foo
#+END:
Is this still in the paragraph?

View File

@ -0,0 +1,4 @@
#+begin_center
foo
#+end_center
Is this still in the paragraph?