yorkie/node-orgmode

support blocks and greater blocks

yorkie opened this issue · 4 comments

Raised up at #6 (comment) and assigned to @b232wang

@yorkie Can a block inside another block? like:

#+BEGIN_B1 
CONTENT1
#+BEGIN_B2
CONTENT2
#+END_B2
CONTENT3
#+END_B1

Nested block might have more problems to be concerned, so would you please only implement the block for now?

@yorkie No problem :)

Thank you @b232wang