combination of them would make it even better ``` ...
# coroutines
v
combination of them would make it even better
Copy code
val newLines = 
    [ yield markdown.preTocText
      if (!toc.isEmpty()) {
          yield ""
          yield toc
          yield "" 
      }
      yield markdown.postTocText ]