File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* commonmark 0.31.2-1 https://github.com/commonmark/commonmark.js @license BSD3 */
1+ /* commonmark 0.31.2-0 https://github.com/commonmark/commonmark.js @license BSD3 */
22(function (global, factory) {
33 typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
44 typeof define === 'function' && define.amd ? define(['exports'], factory) :
Original file line number Diff line number Diff line change @@ -8842,7 +8842,7 @@ Spaces are not allowed in autolinks:
88428842```````````````````````````````` example
88438843<https://foo.bar/baz bim>
88448844.
8845- <p><<a href="https://foo.bar/baz">http ://foo.bar/baz</a> bim></p>
8845+ <p><<a href="https://foo.bar/baz">https ://foo.bar/baz</a> bim></p>
88468846````````````````````````````````
88478847
88488848
@@ -8905,7 +8905,7 @@ These are not autolinks:
89058905```````````````````````````````` example
89068906< https://foo.bar >
89078907.
8908- <p>< <a href="https://foo.bar">http ://foo.bar</a> ></p>
8908+ <p>< <a href="https://foo.bar">https ://foo.bar</a> ></p>
89098909````````````````````````````````
89108910
89118911
@@ -8926,7 +8926,7 @@ These are not autolinks:
89268926```````````````````````````````` example
89278927https://example.com
89288928.
8929- <p><a href="https://example.com">http ://example.com</a></p>
8929+ <p><a href="https://example.com">https ://example.com</a></p>
89308930````````````````````````````````
89318931
89328932
You can’t perform that action at this time.
0 commit comments