Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | Further clarifications of link labels. | John MacFarlane | |
Say explicitly that normalization involves stripping off leading and trailing bracket characters, before stripping leading and trailing whitespace. See #479. | |||
2017-08-01 | Merge branch 'master' of github.com:jgm/CommonMark | John MacFarlane | |
2017-08-01 | Merge pull request #479 from mgeier/strip-whitespace-from-link-labels | John MacFarlane | |
Mention removing surrounding whitespace from link labels | |||
2017-08-01 | Update changelog. | John MacFarlane | |
2017-08-01 | Merge pull request #457 from aidantwoods/patch-1 | John MacFarlane | |
Clarify precedence of thematic break | |||
2017-08-01 | Update spec.txt | John MacFarlane | |
2017-08-01 | Merge branch 'master' of github.com:jgm/CommonMark | John MacFarlane | |
2017-08-01 | Merge pull request #452 from fiveop/fenced_example | John MacFarlane | |
Add fenced code block example with not enough backticks. | |||
2017-08-01 | Update changelog. | John MacFarlane | |
2017-08-01 | Merge branch 'master' of github.com:jgm/CommonMark | John MacFarlane | |
2017-08-01 | Merge pull request #486 from aidantwoods/fix/delimiter-run | John MacFarlane | |
Clarify definition of delimiter run | |||
2017-08-01 | Note that implementations may impose limit on paren nesting in URLs. | John MacFarlane | |
2017-08-01 | Bump version to 0.28, update changelog. | John MacFarlane | |
2017-07-31 | clarify that backslash escaped `*` or `_` may precede or follow a delimiter ↵ | Aidan Woods | |
run of `*` or `_` respectively | |||
2017-06-29 | Added another illustrative case for code spans. | John MacFarlane | |
Closes jgm/CommonMark#463. | |||
2017-06-29 | Removed possibly misleading 'either's. | John MacFarlane | |
These are sometimes interpreted as XOR (and that isn't meant in this case). Closes jgm/CommonMark#467. | |||
2017-06-03 | Mention removing surrounding whitespace from link labels | Matthias Geier | |
2017-05-28 | Merge pull request #477 from aidantwoods/patch-3 | John MacFarlane | |
Forgot a `.` | |||
2017-05-27 | Forgot a `.` | Aidan Woods | |
2017-04-24 | Merge pull request #462 from mgeier/code-span | John MacFarlane | |
Clarify that some blocks can contain "code spans" | |||
2017-04-23 | Clarify that some blocks can contain "code spans" | Matthias Geier | |
2017-04-12 | Clarify HTML blocks re: "nested" blocks | Yuki Izumi | |
2017-04-09 | Clarify precedence of thematic break | Aidan Woods | |
There already exists the statement: "When both a thematic break and a list item are possible interpretations of a line, the thematic break takes precedence". This adjustment ensures that this precedence is achieved by the list item definition. | |||
2017-04-06 | Merge pull request #456 from ScottAbbey/patch-1 | John MacFarlane | |
Fix typo and clarify expansion | |||
2017-04-05 | Fix typo and clarify expansion | ScottAbbey | |
I guess this would have passed a spell checker since *theses* is the plural of *thesis*. Listing the number of spaces the first tab is expanded into reduces the cognitive load required to figure out why the next line talks about six spaces. | |||
2017-03-19 | Add fenced code block example with not enough backticks. | Philipp Matthias Schaefer | |
2017-03-18 | Merge pull request #450 from mgeier/missing-iff | John MacFarlane | |
Add a missing "iff" | |||
2017-03-18 | Add a missing "iff" | Matthias Geier | |
2017-03-16 | Acknowledge Aaron Swartz's role in developing Markdown. | John MacFarlane | |
2017-03-06 | Merge pull request #449 from mgeier/remove-a-backslash | John MacFarlane | |
Example for disabling image markup: remove a backslash | |||
2017-03-05 | Example for disabling image markup: remove a backslash | Matthias Geier | |
Escaping `[` disables the markup, escaping `!` on top of that doesn't change anything and is therefore misleading in this example. | |||
2017-02-17 | Merge pull request #448 from fiveop/master | John MacFarlane | |
`Zs` is a general category not a class | |||
2017-02-17 | is a general category not a class | Philipp Matthias Schaefer | |
2017-01-08 | Change Rule 14 for Emphasis. | John MacFarlane | |
Previously the nesting Strong (Emph (...)) was preferred over Emph (Strong (...)). This change makes Emph (Strong (...)) preferred. Note that the commonmark reference implementations were not entirely consistent about this rule, giving different results for ***hi*** and ***hi**** This change simplifies parsing. It goes against the majority of implementations, but only on something utterly trivial. | |||
2016-12-09 | package.json: use shorter form of repository. | John MacFarlane | |
2016-12-09 | Remove exports.version from index.js. | John MacFarlane | |
This can be obtained using require('commonmark-spec/package.json').version | |||
2016-12-09 | Added release checklist. | John MacFarlane | |
2016-12-09 | Makefile updates. | John MacFarlane | |
2016-12-09 | Improved npm package: package.json and index.js. | John MacFarlane | |
Added .tests (JSON) and .version to index.js. Added version. Added license, description. | |||
2016-12-09 | Removed SPEC variable from Makefile | John MacFarlane | |
2016-12-09 | Merge pull request #444 from puzrin/npm | John MacFarlane | |
Added drafts to publish spec in npm, #394 | |||
2016-12-09 | Added drafts to publish spec in npm, #394 | Vitaly Puzrin | |
2016-12-01 | The previous commit should have referenced jgm/cmark#166. | John MacFarlane | |
Also, note that the changes to the spec are thanks to @kivikakk. | |||
2016-12-01 | Allow unlimited balanced pairs of parentheses in link URLs. | John MacFarlane | |
See #166. The rationale is that there are many URLs containing unescaped nested parentheses. | |||
2016-11-18 | Bump verison to 0.27. | John MacFarlane | |
2016-11-18 | Update changelog. | John MacFarlane | |
2016-11-07 | Revert "CommonMark.dtd: rename root element document -> CommonMark." | John MacFarlane | |
This reverts commit f06712a45edc385e59617aa455570d8bb2acb6d9. This needs further thought. | |||
2016-11-07 | CommonMark.dtd: rename root element document -> CommonMark. | John MacFarlane | |
Root element must match filename of the DTD, according to the XML spec. See https://talk.commonmark.org/t/the-ast-output-from-dingus-is-invalid-xml-according-to-xmllint/2284 | |||
2016-09-20 | Clarify that the exception only applies to first item in list. | John MacFarlane | |
Closes #420. | |||
2016-09-15 | Added cases clarifying precedence of shortcut links. | John MacFarlane | |
Closes #427. |