modified test
This commit is contained in:
parent
8585f25816
commit
915e523186
5 changed files with 7 additions and 1 deletions
0
content/.marksman.toml
Normal file
0
content/.marksman.toml
Normal file
1
content/foo/index.md
Normal file
1
content/foo/index.md
Normal file
|
@ -0,0 +1 @@
|
|||
[a link refers to](../post.md)
|
|
@ -1 +1 @@
|
|||
Okay, here's a post.
|
||||
Okay, here's a post. It references [topic](./topic.md)
|
||||
|
|
3
content/topic.md
Normal file
3
content/topic.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# What an interesting topic!
|
||||
|
||||
I sure love this. [link](./index.md) [another link](/index.md)
|
|
@ -15,7 +15,9 @@
|
|||
<div id="container">
|
||||
{% if header %}
|
||||
<header id="header">
|
||||
<center>
|
||||
{{ header | safe }}
|
||||
</center>
|
||||
<hr>
|
||||
</header>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue