Add link tests to siteinfo.md
This commit is contained in:
13
siteinfo.md
13
siteinfo.md
@ -17,3 +17,16 @@ permalink: siteinfo.html
|
|||||||
<pre>{{site|inspect}}</pre>
|
<pre>{{site|inspect}}</pre>
|
||||||
|
|
||||||
{% endcomment %}
|
{% 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%}` |  |
|
||||||
|
Reference in New Issue
Block a user