diff options
Diffstat (limited to 'Nested thingie')
| -rw-r--r-- | Nested thingie/Nested Again/Some Stuff.md | 6 | ||||
| -rw-r--r-- | Nested thingie/Some other thing.md | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Nested thingie/Nested Again/Some Stuff.md b/Nested thingie/Nested Again/Some Stuff.md new file mode 100644 index 0000000..5411841 --- /dev/null +++ b/Nested thingie/Nested Again/Some Stuff.md @@ -0,0 +1,6 @@ +--- +title: Some Stuff +--- +[Some other thing](../Some%20other%20thing.md) +[Stuff](../../Stuff.md) +yep its a thingie [Some other thing](../Some%20other%20thing.md)
\ No newline at end of file diff --git a/Nested thingie/Some other thing.md b/Nested thingie/Some other thing.md new file mode 100644 index 0000000..ec60633 --- /dev/null +++ b/Nested thingie/Some other thing.md @@ -0,0 +1,5 @@ +--- +title: Some other thing +--- +[Some Stuff](Nested%20Again/Some%20Stuff.md) +[Stuff](../Stuff.md)
\ No newline at end of file |
