commonmark / commonmark-spec

CommonMark spec, with reference implementations in C and JavaScript
http://commonmark.org
Other
4.89k stars 317 forks source link

Contradiction in multiline satex headers #782

Open winstonDeGreef opened 17 hours ago

winstonDeGreef commented 17 hours ago

In v0.31.2 of commonmark, we see this text:

image

And then later:

image

This is clearly different from the third interpretation bullet point.

jgm commented 15 hours ago

Well, it will look like

Foo bar --- baz

which is slightly different.