nlpia icon indicating copy to clipboard operation
nlpia copied to clipboard

book_parser.py can't handle nested blocks like [source,python] within [NOTE]

Open hobson opened this issue 7 years ago • 0 comments

  • book_parser needs to be recursive on blocks, processing each block as if it were a separate adoc file.
  • block delimitters should not be only 4-chars long but also work with matching sequences of any length, like:

[source, python]

whatever()


hobson avatar Aug 27 '18 16:08 hobson