From 3144bbf2ac05eda237200ab64bb25ccb2f6b8ebd Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Wed, 19 Jun 2019 11:25:18 +0200 Subject: [PATCH] More siteinfo.html tests --- siteinfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siteinfo.md b/siteinfo.md index 764e5db..ad38517 100644 --- a/siteinfo.md +++ b/siteinfo.md @@ -26,7 +26,7 @@ Code | Result | ---- | ------ | `{%raw%}[Normal link to source]{%endraw%}{%raw%}(/pages/merlin6/introduction.md){%endraw%}` | [Normal link to source](/pages/merlin6/introduction.md) `{%raw%}[Normal link to result](/merlin6/introduction.html){%endraw%}` | [Normal link to result](/merlin6/introduction.html) -`{%raw%}[Invalid Escaped link to source]({{"/pages/merlin6/introduction.md"}}){%endraw%}` | [Invalid Escaped link to source]({{"/pages/merlin6/troduction.md"}} +`{%raw%}[Invalid Escaped link to source]({{"/pages/merlin6/introduction.md"}}){%endraw%}` | [Invalid Escaped link to source]({{"/pages/merlin6/troduction.md"}}) `{%raw%}[Escaped link to result]({{"/merlin6/introduction.html"}}){%endraw%}` | [Escaped link to result]({{"/merlin6/introduction.html"}}) `{%raw%}[Reference link to source](srcRef){%endraw%}` | [Reference link to source][srcRef] `{%raw%}[Reference link to result](dstRef){%endraw%}` | [Reference link to result][dstRef]