Allow `radicle-external-link` components in commit descriptions
To allow some very basic hyperlinking in commit descriptions we can
replace fully specified urls with a valid scheme into
radicle-external-link components.
2 files changed
+14
-1
c0b913f3
→
2270e618
modified src/lib/markdown.ts
@@ -50,6 +50,7 @@ dompurify.setConfig({
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/views/repos/Commit.svelte
@@ -1,6 +1,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -32,6 +34,14 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -115,7 +125,9 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|