From 915e523186bc617b6f6f458d8b64637c24baaf66 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 22 Jun 2025 14:19:57 -0400 Subject: [PATCH] modified test --- content/.marksman.toml | 0 content/foo/index.md | 1 + content/post.md | 2 +- content/topic.md | 3 +++ templates/base.html | 2 ++ 5 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 content/.marksman.toml create mode 100644 content/foo/index.md create mode 100644 content/topic.md diff --git a/content/.marksman.toml b/content/.marksman.toml new file mode 100644 index 0000000..e69de29 diff --git a/content/foo/index.md b/content/foo/index.md new file mode 100644 index 0000000..28ff6ae --- /dev/null +++ b/content/foo/index.md @@ -0,0 +1 @@ +[a link refers to](../post.md) diff --git a/content/post.md b/content/post.md index e5c5f17..c6d726d 100644 --- a/content/post.md +++ b/content/post.md @@ -1 +1 @@ -Okay, here's a post. +Okay, here's a post. It references [topic](./topic.md) diff --git a/content/topic.md b/content/topic.md new file mode 100644 index 0000000..634d2f0 --- /dev/null +++ b/content/topic.md @@ -0,0 +1,3 @@ +# What an interesting topic! + +I sure love this. [link](./index.md) [another link](/index.md) diff --git a/templates/base.html b/templates/base.html index a983cd3..87a8392 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,9 @@
{% if header %} {% endif %}