commonmark-spec
Advanced tools
Comparing version 0.30.0 to 0.31.0
{ | ||
"name": "commonmark-spec", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"description": "CommonMark spec and test cases", | ||
"homepage": "http://commonmark.org", | ||
"homepage": "https://commonmark.org", | ||
"license": "CC-BY-SA-4.0", | ||
@@ -12,3 +12,2 @@ "keywords": [ | ||
"repository": "commonmark/CommonMark", | ||
"license": "MIT", | ||
"files": [ | ||
@@ -15,0 +14,0 @@ "index.js", |
@@ -8,7 +8,7 @@ CommonMark | ||
[Try it now!](http://try.commonmark.org/) | ||
[Try it now!](https://spec.commonmark.org/dingus/) | ||
[the spec]: http://spec.commonmark.org/ | ||
[the spec]: https://spec.commonmark.org/ | ||
For more details, see <http://commonmark.org>. | ||
For more details, see <https://commonmark.org>. | ||
@@ -84,3 +84,3 @@ This repository contains the spec itself, along with tools for | ||
Because John Gruber's [canonical syntax | ||
description](http://daringfireball.net/projects/markdown/syntax) leaves | ||
description](https://daringfireball.net/projects/markdown/syntax) leaves | ||
many aspects of the syntax undetermined, writing a precise spec requires | ||
@@ -173,5 +173,5 @@ making a large number of decisions, many of them somewhat arbitrary. | ||
There is a [forum for discussing | ||
CommonMark](http://talk.commonmark.org); you should use it instead of | ||
CommonMark](https://talk.commonmark.org); you should use it instead of | ||
github issues for questions and possibly open-ended discussions. | ||
Use the [github issue tracker](http://github.com/commonmark/CommonMark/issues) | ||
Use the [github issue tracker](https://github.com/commonmark/CommonMark/issues) | ||
only for simple, clear, actionable issues. | ||
@@ -186,8 +186,8 @@ | ||
languages, including the first Markdown parser not based on regular | ||
expression substitutions ([pandoc](http://github.com/jgm/pandoc)) and | ||
expression substitutions ([pandoc](https://github.com/jgm/pandoc)) and | ||
the first markdown parsers based on PEG grammars | ||
([peg-markdown](http://github.com/jgm/peg-markdown), | ||
[lunamark](http://github.com/jgm/lunamark)) | ||
([peg-markdown](https://github.com/jgm/peg-markdown), | ||
[lunamark](https://github.com/jgm/lunamark)) | ||
- a detailed examination of the differences between existing Markdown | ||
implementations using [BabelMark 2](http://johnmacfarlane.net/babelmark2/), | ||
implementations using [BabelMark 2](https://johnmacfarlane.net/babelmark2/), | ||
and | ||
@@ -194,0 +194,0 @@ - extensive discussions with David Greenspan, Jeff Atwood, Vicent |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
216913
660