namedBlockStart method

Parser namedBlockStart(
  1. String name
)

Implementation

Parser namedBlockStart(String name) =>
    stringIgnoreCase('#+begin_$name') &
    ref0(lineTrailing).flatten('Trailing line content expected');