Escape html tags in marked found outside of code blocks
modified src/components/InlineMarkdown.svelte
@@ -2,13 +2,14 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/components/Markdown.svelte
@@ -12,6 +12,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -26,6 +27,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/lib/markdown.ts
@@ -1,7 +1,9 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -118,6 +120,18 @@ const anchorMarkedExtension = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/fixtures/repos/markdown.tar.bz2
modified tests/visual/markdown.spec.ts
@@ -173,3 +173,13 @@ test("relative image not able to being loaded", async ({ page }) => {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |