Skip to content

Commit aaeda7d

Browse files
committed
Fix warnings about invalid URLs due to leading space
1 parent 8ad072e commit aaeda7d

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

RELEASE.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -400,47 +400,47 @@ underlines for readability.
400400

401401
# 1.4.0 2019/09/05
402402

403-
- [145 Expose AST for output manipulation]( https://github.com/pragdave/earmark/issues/145)
403+
- [145 Expose AST for output manipulation](https://github.com/pragdave/earmark/issues/145)
404404

405-
- [238 Pure Links are default now]( https://github.com/pragdave/earmark/issues/238)
405+
- [238 Pure Links are default now](https://github.com/pragdave/earmark/issues/238)
406406

407-
- [256 Align needed Elixir Version with ex_doc (>= 1.7)]( https://github.com/pragdave/earmark/issues/256)
407+
- [256 Align needed Elixir Version with ex_doc (>= 1.7)](https://github.com/pragdave/earmark/issues/256)
408408

409-
- [259 Deprecated option `sanitize` removed]( https://github.com/pragdave/earmark/issues/259)
409+
- [259 Deprecated option `sanitize` removed](https://github.com/pragdave/earmark/issues/259)
410410

411-
- [261 Deprecated Plugins removed]( https://github.com/pragdave/earmark/issues/261)
411+
- [261 Deprecated Plugins removed](https://github.com/pragdave/earmark/issues/261)
412412

413-
- [265 Make deprecated `Earmark.parse/2` private]( https://github.com/pragdave/earmark/issues/265)
413+
- [265 Make deprecated `Earmark.parse/2` private](https://github.com/pragdave/earmark/issues/265)
414414

415415

416416
# 1.3.6 2019/08/30
417417

418418
Hopefully the last patch release of 1.3 before the structural changes of 1.4.
419419

420-
- [#270]( https://github.com/pragdave/earmark/issues/270)
420+
- [#270](https://github.com/pragdave/earmark/issues/270)
421421
Error messages during parsing of table celles were duplicated in a number, exponential to the number of table cells.
422422

423-
- [#268]( https://github.com/pragdave/earmark/issues/268)
423+
- [#268](https://github.com/pragdave/earmark/issues/268)
424424
Deprecation warnings concerning pure links showed fixed link to https://github.com/pragdave/earmark, at least a reasonable choice ;),
425425
instead of the text of the link.
426426

427-
- [#266]( https://github.com/pragdave/earmark/issues/266)
427+
- [#266](https://github.com/pragdave/earmark/issues/266)
428428
According to HTML5 Style Guide better XHTML compatibility by closing void tags e.g. `<hr>` --&gt; `<hr />`
429429

430430

431431
# 1.3.5 2019/08/01
432432

433-
- [#264]( https://github.com/pragdave/earmark/issues/264)
433+
- [#264](https://github.com/pragdave/earmark/issues/264)
434434
Expose `Earmark.parse/2` but deprecate it.
435435

436-
- [#262]( https://github.com/pragdave/earmark/issues/262)
436+
- [#262](https://github.com/pragdave/earmark/issues/262)
437437
Remove non XHTML tags <colgroup> and <col>
438438

439439

440-
- [#236]( https://github.com/pragdave/earmark/issues/236)
440+
- [#236](https://github.com/pragdave/earmark/issues/236)
441441
Deprecation of plugins.
442442

443-
- [#257]( https://github.com/pragdave/earmark/issues/257)
443+
- [#257](https://github.com/pragdave/earmark/issues/257)
444444
Deprecation of `sanitize` option.
445445

446446
# 1.3.4 2019/07/29
@@ -493,25 +493,25 @@ Hopefully the last patch release of 1.3 before the structural changes of 1.4.
493493

494494
* Fix for issues
495495

496-
- [#224 titles might be extracted from outside link]( https://github.com/pragdave/earmark/issues/224 )
497-
- [#220 render only first link title always correctly]( https://github.com/pragdave/earmark/issues/220 )
498-
- [#218 replaced iff with longer but clearer if and only if ]( https://github.com/pragdave/earmark/issues/218 )
496+
- [#224 titles might be extracted from outside link](https://github.com/pragdave/earmark/issues/224)
497+
- [#220 render only first link title always correctly](https://github.com/pragdave/earmark/issues/220)
498+
- [#218 replaced iff with longer but clearer if and only if ](https://github.com/pragdave/earmark/issues/218)
499499

500500
## Kudos:
501501
[niku](https://github.com/niku) for #218
502502
[Rich Morin](https://github.com/RichMorin) for #220 &amp; #224 as well as discussions
503503

504504
# 1.3.1 2018/12/21
505505

506-
- [#212 spaces at line end force line break]( https://github.com/pragdave/earmark/issues/212 )
507-
- [#211 documentation explaining error messages]( https://github.com/pragdave/earmark/issues/211 )
506+
- [#212 spaces at line end force line break](https://github.com/pragdave/earmark/issues/212)
507+
- [#211 documentation explaining error messages](https://github.com/pragdave/earmark/issues/211)
508508

509509
# 1.3.0 2018/11/15
510510

511511
* Fix for issues
512-
- [#208 Inline code made Commonmark compatible]( https://github.com/pragdave/earmark/issues/208 )
513-
- [#203 escript does not report filename in error messages]( https://github.com/pragdave/earmark/issues/203 )
514-
- [#90 Parsing "...' or '..." as link titles removed]( https://github.com/pragdave/earmark/issues/90 )
512+
- [#208 Inline code made Commonmark compatible](https://github.com/pragdave/earmark/issues/208)
513+
- [#203 escript does not report filename in error messages](https://github.com/pragdave/earmark/issues/203)
514+
- [#90 Parsing "...' or '..." as link titles removed](https://github.com/pragdave/earmark/issues/90)
515515

516516
## Dev dependencies updated
517517

@@ -527,21 +527,21 @@ Hopefully the last patch release of 1.3 before the structural changes of 1.4.
527527
# 1.2.6 2018/08/21
528528

529529
* Fix for issues
530-
- [#198 Escapes inside link texts are ignored]( https://github.com/pragdave/earmark/issues/198 )
531-
- [#197 README task broken in Elixir 1.7]( https://github.com/pragdave/earmark/issues/197 )
532-
- [#191 Allow configurable timeout for parallel map]( https://github.com/pragdave/earmark/issues/191 )
533-
- [#190 do not include generated src/*.erl in the package]( https://github.com/pragdave/earmark/issues/190 )
530+
- [#198 Escapes inside link texts are ignored](https://github.com/pragdave/earmark/issues/198)
531+
- [#197 README task broken in Elixir 1.7](https://github.com/pragdave/earmark/issues/197)
532+
- [#191 Allow configurable timeout for parallel map](https://github.com/pragdave/earmark/issues/191)
533+
- [#190 do not include generated src/*.erl in the package](https://github.com/pragdave/earmark/issues/190)
534534

535-
* [#195 incorrect HTML for inline code blocks and IAL specified classes](https://github.com/pragdave/earmark/issues/195) from [Benjamin Milde]( https://github.com/LostKobrakai )
535+
* [#195 incorrect HTML for inline code blocks and IAL specified classes](https://github.com/pragdave/earmark/issues/195) from [Benjamin Milde](https://github.com/LostKobrakai)
536536

537537
# 1.2.5 2018/04/02
538538

539539
* Fix for issues
540-
- [#161]( https://github.com/pragdave/earmark/issues/161 )
541-
- [#168]( https://github.com/pragdave/earmark/issues/168 )
542-
- [#172]( https://github.com/pragdave/earmark/issues/172 )
543-
- [#175]( https://github.com/pragdave/earmark/issues/175 )
544-
- [#181]( https://github.com/pragdave/earmark/issues/181 )
540+
- [#161](https://github.com/pragdave/earmark/issues/161)
541+
- [#168](https://github.com/pragdave/earmark/issues/168)
542+
- [#172](https://github.com/pragdave/earmark/issues/172)
543+
- [#175](https://github.com/pragdave/earmark/issues/175)
544+
- [#181](https://github.com/pragdave/earmark/issues/181)
545545

546546
* [#178](https://github.com/pragdave/earmark/pull/178) from [jwworth](https://github.com/jwworth)
547547

@@ -551,7 +551,7 @@ Hopefully the last patch release of 1.3 before the structural changes of 1.4.
551551
# 1.2.4 2017/11/28
552552

553553
* Fix for issue
554-
- [#166]( https://github.com/pragdave/earmark/issues/166 )
554+
- [#166](https://github.com/pragdave/earmark/issues/166)
555555

556556
* [PR160](https://github.com/pragdave/earmark/pull/160) from [simonwebdesign](https://github.com/simonewebdesign)
557557
* [PR163](https://github.com/pragdave/earmark/pull/163) from [nscyclone](https://github.com/nscyclone)

0 commit comments

Comments
 (0)