You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lambdoc says: The document uses an unsupported feature (Html_comment). and highlights the first line in the source, but the unsupported feature is used on line 4 actually.
$ cat >x.md <<EOF
aaaa
bbbb
dddd
EOF
lambdoc says:
The document uses an unsupported feature (Html_comment).and highlights the first line in the source, but the unsupported feature is used on line 4 actually.