Here is a testcase:
#title Test case
foo <verbatim>*not bold*
* Not a heading
</verbatim>baz
Emacs Muse and pandoc do not see a heading here.
I think it is a bug because it makes it very hard to generate Muse markup automatically: writer should take care not to place anything that may be recognized as a block start at the beginning of the line when wrapping the lines to a certain width.
I have not looked into the code, but looks like blocks are recognized at some kind of tokenization phase, before inline markup is parsed. If so, it may be hard to fix without reorganizing the parsing process to recognize <verbatim> before looking for blocks.
Feel free to keep fixing this bug low priority if it requires major changes to the parser architecture.
Here is a testcase:
Emacs Muse and pandoc do not see a heading here.
I think it is a bug because it makes it very hard to generate Muse markup automatically: writer should take care not to place anything that may be recognized as a block start at the beginning of the line when wrapping the lines to a certain width.
I have not looked into the code, but looks like blocks are recognized at some kind of tokenization phase, before inline markup is parsed. If so, it may be hard to fix without reorganizing the parsing process to recognize
<verbatim>before looking for blocks.Feel free to keep fixing this bug low priority if it requires major changes to the parser architecture.