Alhadis/language-emacs-lisp

Muse: any block markup should stop list parsing

Closed this issue · 3 comments

For example, the second line here is a verse:

 - foo
> bar

Currently it is highlighted as paragraph.

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...

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.

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.