aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorMorten Piibeleht <morten.piibeleht@gmail.com>2017-09-24 14:17:21 +0200
committerMorten Piibeleht <morten.piibeleht@gmail.com>2017-09-24 14:17:21 +0200
commitce4852f081f61386af82b03de7a37cd69d86e6f2 (patch)
tree3ba2012502f05545c467df8af9b9ab81391b325f /changelog.txt
parentbe0089d79840e0b12c113f745e505244ede1efaa (diff)
Update GitHub links
It appears that the repositories have been moved to a GitHub organization. This fixes the links to CommonMark, cmark and commonmark.js repositories.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/changelog.txt b/changelog.txt
index 938a104..2fff8b1 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,7 +1,7 @@
[0.28]
* Allow unlimited balanced pairs of parentheses in link URLs
- (@kivikakk, jgm/cmark#166). The rationale is that there are many URLs
+ (@kivikakk, commonmark/cmark#166). The rationale is that there are many URLs
containing unescaped nested parentheses. Note that
implementations are allowed to impose limits on parentheses
nesting for performance reasons, but at least three levels
@@ -64,7 +64,7 @@
* Test suite: Don't mess up on examples with 32 backticks (#423).
* Removed duplicate reference to "container block".
* Add examples for Unicode whitespace (Timothy Gu). In light of
- jgm/commonmark.js#107, add a few examples/test cases to make sure the
+ commonmark/commonmark.js#107, add a few examples/test cases to make sure the
distinction between Unicode whitespace and regular whitespace is kept.
* Fix missing closing paren typo (Robin Stocker).
@@ -114,7 +114,7 @@
[0.25]
- * Added several more tab-handling cases (see jgm/cmark#101).
+ * Added several more tab-handling cases (see commonmark/cmark#101).
* Fixed spec test for tabs. In the blockquote with a tab following
the `>`, only one space should be consumed, yielding two spaces
at the beginning of the content.
@@ -243,7 +243,7 @@
* Added `iframe` to list of tags that always start HTML blocks (#352).
* Added example of list item starting with two blanks (#332).
* Added test case clarifying laziness in block quotes (see
- jgm/commonmark.js#60).
+ commonmark/commonmark.js#60).
* Add an example with mixed indentation code block in "Tabs" section
(Robin Stocker). This makes sure that implementations skip columns instead
of offsets for continued indented code blocks.
@@ -295,14 +295,14 @@
* Specify nested link definition behavior in prose (Benjamin
Dumke-von der Ehe).
* Added test for edge case in link reference parsing
- (Benjamin Dumke-von der Ehe, see jgm/commonmark.js#49).
+ (Benjamin Dumke-von der Ehe, see commonmark/commonmark.js#49).
* Added link tests with fragment identifiers and queries (David
Green, #342).
* Added test cases with a literal backslash in a link destination
- (see jgm/commonmark.js#45).
+ (see commonmark/commonmark.js#45).
* Added test for entity `&ngE;` which resolves to two code points.
Put entity tests on several lines for readability (see
- jgm/commonmark.js#47).
+ commonmark/commonmark.js#47).
* Fixed broken "pre" literal HTML example. Contents
weren't escaped properly.
* Simplified defn of "unicode whitespace character,"