Commit 2355023
committed
Fix hyperlink rendering in package description
The previous code rendered the contents of the hyperlink to a string of
HTML before embedding it into the anchor element, which caused inner
HTML elements to appear escaped in the final document. Embedding the
contents directly without rendering them results in no escaping.1 parent 8389c13 commit 2355023
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments