Add Block test in a section

This commit is contained in:
Emilia Simmons 2021-08-20 08:55:38 -04:00
parent 4095edf17c
commit 3b19be0cf3

View file

@ -617,6 +617,22 @@ a
(document (body (block (name) (parameters) )))
==========
Block.2 -
==========
* a
#+BEGIN_SRC ABC
a
#+END_ABC
----------
(document (section
(headline (stars) (item))
(body
(block (name) (parameters))
)))
=================
DynamicBlock.1 -
=================