Comment on Why does markdown always format bullets wrong?
snowe@programming.dev 1 year agoCommonMark itself even claims that markdown doesn’t have a spec, so not sure you can claim it’s not badly defined. spec.commonmark.org/0.30/#why-is-a-spec-needed-
asciidoc is much better defined, has hardly any edge cases, supports vastly more features, and is a lot easier to use (the lack of a spec doesn’t ever get in the way)
CaptObvious@literature.cafe 1 year ago
Well, there’s the replacement then.
snowe@programming.dev 1 year ago
CommonMark has been out for almost a decade and still isn’t used ubiquitously, while asciidoc is standard everywhere.