summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-10-10 17:19:27 +0200
committerChristoph Schlosser <christoph@linux.com>2025-10-10 17:19:27 +0200
commit85da4abc206f2cc8819836bb0e8727de3a51d24c (patch)
tree6c4884cef49da8ccb1f21bc180d4b6a5681bd267 /README.md
parent2a076517255c4585ac2bc475aaafdc728b6dae6f (diff)
downloadgit2hugo-85da4abc206f2cc8819836bb0e8727de3a51d24c.tar.gz
g2h: Render markdown files instead of putting them into code blocks
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c908e1d..ee32164 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ For a full list of options, their defaults and how they're changing the behavior
- [x] Don't treat pictures as binary files.
- [x] Breadcrumbs for navigating.
- [x] Escape markdown backticks in plaintext files.
- - [ ] Render markdown files.
+ - [x] Render markdown files.
- [ ] Add button to download raw file.
- [x] Nav bar for navigating the pages mentioned above.
- [ ] Link to special readme, if a readme can be found, rendering markdown.
@@ -69,6 +69,7 @@ For a full list of options, their defaults and how they're changing the behavior
- [ ] Parallelize generating output.
- [ ] Rename directories with a leading dot.
- [ ] Fix filenames that contain markdown formatting, like Pythons `__init__.py`.
+- [ ] Generate branch, tag aliases for commits so one can link to them directly without having to update the commit hash.
## Similar projects