Simre1 / neorg-haskell-parser

MIT License
91 stars 7 forks source link

[bug] Indented code blocks containing empty lines are ignored #7

Closed sindrets closed 2 years ago

sindrets commented 2 years ago

Example norg document:

  @code
  lorem ipsum

  dolor sit amet
  @end

When parsed, it produces this json:

{"pandoc-api-version":[1,22,1],"meta":{},"blocks":[]}