From 8420b4d5b11228ae8b3147873ca3adebca2e54b4 Mon Sep 17 00:00:00 2001 From: randomuser Date: Mon, 22 Nov 2021 18:57:50 -0600 Subject: [PATCH] expand the tree to show link support --- tree/hello | 11 +++++++++++ tree/test.for | 6 ++---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 tree/hello diff --git a/tree/hello b/tree/hello new file mode 100644 index 0000000..91f8ac2 --- /dev/null +++ b/tree/hello @@ -0,0 +1,11 @@ +hey! it's another document + +wow! + +# more +## formatting + +# more +## problems + +[[another link:test.for]] diff --git a/tree/test.for b/tree/test.for index 5295923..99e9883 100644 --- a/tree/test.for +++ b/tree/test.for @@ -2,9 +2,7 @@ this is a test document. you want to know why? because it's a test document! lorem ipsum sit amet, and stuff - - -[[link is here:internal/server/location]] +[[link is here:hello]] wow @@ -15,4 +13,4 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaa ##subheading |table|is|cool -|cool|is|table \ No newline at end of file +|cool|is|table