diff --git a/siteinfo.md b/siteinfo.md index 0317634..1fb0992 100644 --- a/siteinfo.md +++ b/siteinfo.md @@ -16,4 +16,17 @@ permalink: siteinfo.html
{{site|inspect}}-{% endcomment %} \ No newline at end of file +{% endcomment %} + +## Testing links + +All of these links should be valid: + +| Code | Result | +| ---- | ------ | +| `{%raw%}[Normal link to result](/merlin6/introduction.html){%endraw%}` | [Normal link to result](/merlin6/introduction.html) | +| `{%raw%}[Normal link to source](/pages/merlin6/introduction.md){%endraw%}` | [Normal link to source](/pages/merlin6/introduction.md) | +| `{%raw%}[Escaped link to result]({{"/merlin6/introduction.md"}}){%endraw%}` | [Escaped link to result]({{"/merlin6/introduction.md"}}) | +| `{%raw%}[Liquid Link]({% link pages/merlin6/introduction.md %}){%endraw%}` | [Liquid Link]({% link pages/merlin6/introduction.md %}) | +| `{%raw%}{%endraw%}` |  | +| `{%raw%}{%endraw%}` |  |