mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #15] CommonMark mention #10
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @igorshubovych on GitHub (Mar 10, 2016).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/15
Currently README.md call markdownlint
A Node.js style checker and lint tool for Markdown files.Should CommonMark be mentioned too?
As far as I understood it covers CommonMark pretty good. CommonMark nowadays is becoming a de-facto standard, because it has spec unlike Markdown. I see that you included link to this spec in README.md.
@DavidAnson commented on GitHub (Mar 10, 2016):
Makes sense! As you say, the
markdown-itparser is CommonMark-compliant. Because CommonMark is a dialect/subset of Markdown, maybe something like the following:@igorshubovych commented on GitHub (Mar 10, 2016):
Well, honestly I am not sure. Need to double check.
@igorshubovych commented on GitHub (Mar 10, 2016):
http://talk.commonmark.org/t/is-commonmark-really-markdown-compatible/540
@DavidAnson commented on GitHub (Mar 11, 2016):
Lots of strong opinions there. :) My proposal above deliberately does not take sides. "Markdown/CommonMark" suggests that both are supported without saying one is better or a subset, etc..
Until the day we find a rule that needs to behave differently, this may be good enough.
@DavidAnson commented on GitHub (Mar 11, 2016):
BTW, the title on the page http://commonmark.org/ says the following which is what I based my phrase "dialect/subset" on:
@igorshubovych commented on GitHub (Mar 11, 2016):
Then it should be ok to have Markdown/CommonMark
@DavidAnson commented on GitHub (Mar 11, 2016):
Great - I'll make the update soon.