- Apr 20, 2018
-
-
Vadzim Ramanenka authored
-
- Mar 08, 2018
-
-
Lemmon authored
-
- Feb 21, 2018
-
-
Marijn Haverbeke authored
-
- Jan 07, 2018
-
-
Shane Liesegang authored
-
Shane Liesegang authored
-
- Dec 29, 2017
-
-
Hélio authored
tl;dr: `text/markdown` since March 2016 --- In March 2016, `text/markdown` was registered as [RFC7763 at IETF](https://tools.ietf.org/html/rfc7763). Previously, it should have been `text/x-markdown`. The text below describes the situation before March 2016, when RFC7763 was still a draft. --- There is no official recommendation on [Gruber’s definition](http://daringfireball.net/projects/markdown/), but the topic was discussed quite heavily on the [official mailing-list](http://six.pairlist.net/pipermail/markdown-discuss/2007-June/thread.html#640), and reached the choice of `text/x-markdown`. This conclusion was [challenged later](http://six.pairlist.net/pipermail/markdown-discuss/2008-February/000960.html), has been confirmed and can be, IMO, considered consensus. This is the only logical conclusion in the lack of an official mime type: `text/` will provide proper default almost everywhere, `x-` because we're not using an official type, `markdown` and not `gruber.` or whatever because the type is now so common. There are still [unknowns](http://six.pairlist.net/pipermail/markdown-discuss/2007-June/000652.html) regarding the different “flavors” of Markdown, though. I guess someone should register an official type, which is supposedly [easy](http://tools.ietf.org/html/rfc4288#section-3.4), but I doubt anyone dares do it beyond John Gruber, as he very recently [proved](http://blog.codinghorror.com/standard-markdown-is-now-common-markdown/) his attachment to Markdown. There is a [draft](https://datatracker.ietf.org/doc/draft-ietf-appsawg-text-markdown/) on the IETF for `text/markdown`, but the contents do not seem to describe Markdown at all, so I wouldn't use it until it gets more complete.
-
- Sep 27, 2017
-
-
Marijn Haverbeke authored
Closes #4999
-
- Sep 25, 2017
-
-
Henrik Haugbølle authored
When submitting the previous commit, I had not noticed that the parameter allowAtxHeaderWithoutSpace had type Object instead of type boolean. I've fixed this now.
-
Henrik Haugbølle authored
Adding documentation for the `allowAtxHeaderWithoutSpace` configuration parameter.
-
- Sep 12, 2017
-
-
Marijn Haverbeke authored
Issue #4960
-
Marijn Haverbeke authored
Issue #4960
-
Marijn Haverbeke authored
Closes #4960
-
- Sep 03, 2017
-
-
Marijn Haverbeke authored
Closes #4947
-
- Aug 15, 2017
- Aug 01, 2017
- Jul 27, 2017
-
-
dwelle authored
-
- Jul 21, 2017
-
-
Marijn Haverbeke authored
Issue #4864
-
dwelle authored
-
- Jul 15, 2017
-
-
dwelle authored
-
- Jun 25, 2017
-
- Jun 01, 2017
-
-
Marijn Haverbeke authored
Closes #4773
-
- May 22, 2017
-
-
Max Schaefer authored
-
- May 09, 2017
-
-
Marijn Haverbeke authored
Issue #4735
-
- Apr 23, 2017
-
-
Arsène von Wyss authored
The original character class `[^\\\[\\]]` escapes `\\` instead of `\]` (e.g. it would be the character class `[^\\\[]` followed by a `]` which I think is wrong).
-
- Apr 12, 2017
-
-
Marijn Haverbeke authored
Closes #4686
-
- Mar 09, 2017
-
-
Marijn Haverbeke authored
Closes #4628
-
- Feb 27, 2017
-
-
Marijn Haverbeke authored
As per http://spec.commonmark.org/0.27/#html-blocks Issue #4611
-
- Feb 13, 2017
-
-
Marijn Haverbeke authored
Closes #4568
-
- Feb 02, 2017
-
-
Marijn Haverbeke authored
Issue #4528
-
Marijn Haverbeke authored
Closes #4528
-
- Jan 04, 2017
-
-
Marijn Haverbeke authored
Closes #4484
-
- Dec 15, 2016
-
-
Marijn Haverbeke authored
Issue #4426
-
callodacity authored
-