Add more paragraph tests.
This commit is contained in:
parent
867a55fbf7
commit
dc5fc863f5
@ -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 | - | 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 | First | First | First | |
|
||||
| Footnote Definition | Section | First | First | First | - | - | |
|
||||
| Plain List | Section | Second | Second | Second | - | - | |
|
||||
| Greater Block | Section | First | First | First | First | First | First |
|
||||
| Drawer | Section | First | First | First | First | First | First |
|
||||
| Dynamic Block | Section | First | First | First | First | First | First |
|
||||
| Footnote Definition | Section | First | First | First | - | - | - |
|
||||
| Plain List | Section | Second | Second | Second | - | - | - |
|
||||
| Paragraph | Section | Second | Second | Second | - | - | - |
|
||||
* Possible solutions
|
||||
** Greater blocks, drawers, and dynamic blocks disable plain list exit matcher
|
||||
|
@ -0,0 +1,4 @@
|
||||
:drawername:
|
||||
foo
|
||||
:end:
|
||||
Is this still in the paragraph?
|
@ -0,0 +1,4 @@
|
||||
#+BEGIN: foo :hlines 1 :id global
|
||||
foo
|
||||
#+END:
|
||||
Is this still in the paragraph?
|
@ -0,0 +1,4 @@
|
||||
#+begin_center
|
||||
foo
|
||||
#+end_center
|
||||
Is this still in the paragraph?
|
Loading…
Reference in New Issue
Block a user