Commit 244ffe3
Markdown: don't allow space between parts of a link (#59977)
In Markdown, links are written as `[desc](URL)`, and no
space is allowed between `]` and `(`. However, Julia's
Markdown parser explicitly accepted it (not clear why).
This may break links in a few package manuals, but the fix
will be easy in each case (just remove the extra spaces).
But being more consistent with most (all??) other Markdown
implementations seems more important to me; it is very
surprising when one copies basic Markdown that works fine
elsewhere into a Julia package manual and it suddenly is
treated completely differently.
Resolves JuliaDocs/Documenter.jl#2681
(cherry picked from commit fe30573)1 parent 3c3acfc commit 244ffe3
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
0 commit comments