Skip to content

Commit 7a6919d

Browse files
committed
notes for myself
1 parent c262a36 commit 7a6919d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.notes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- These are notes for myself -->
2+
3+
With [jekyll-relative-links](https://github.com/benbalter/jekyll-relative-links) enabled you can have relative links, and they also work in the `.md` GitHub preview.
4+
```
5+
[Link](./path/to/file.md)
6+
7+
[Link to file in parent folder](../file.md)
8+
```

0 commit comments

Comments
 (0)