modified test

This commit is contained in:
Daniel Fichtinger 2025-06-22 14:19:57 -04:00
parent 8585f25816
commit 915e523186
5 changed files with 7 additions and 1 deletions

0
content/.marksman.toml Normal file
View file

1
content/foo/index.md Normal file
View file

@ -0,0 +1 @@
[a link refers to](../post.md)

View file

@ -1 +1 @@
Okay, here's a post. Okay, here's a post. It references [topic](./topic.md)

3
content/topic.md Normal file
View file

@ -0,0 +1,3 @@
# What an interesting topic!
I sure love this. [link](./index.md) [another link](/index.md)

View file

@ -15,7 +15,9 @@
<div id="container"> <div id="container">
{% if header %} {% if header %}
<header id="header"> <header id="header">
<center>
{{ header | safe }} {{ header | safe }}
</center>
<hr> <hr>
</header> </header>
{% endif %} {% endif %}