Muse: any block markup should stop list parsing
Closed this issue · 3 comments
link2xt commented
For example, the second line here is a verse:
- foo
> bar
Currently it is highlighted as paragraph.
Alhadis commented
Just to confirm: a verse's >
must be in the first column, yes? It's not possible to nest verses inside, say, lists?
- Text
> verse
Text
I wasn't sure if leading whitespace was allowed, so I purposefully added it to avoid being too restrictive. But going from bemuse
's output, I think that was probably a mistake...
link2xt commented
Pandoc allows nesting verse like in your example. Text::Amuse doesn't, but it is a limitation due to the problems with conversion to LaTeX.
Alhadis commented
I'll leave things the way they are then.
Have regenerated the token snapshot for ./spec/fixtures/input/block-verse.muse
, so I'll mark this as closed.