aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-09-30 16:35:46 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-09-30 16:35:46 +0200
commit34d16f28f2d85bc1762e65a73d426de4ac8c30ed (patch)
tree86c7d574aaafe68895cc39e322d461133262082c /README.md
parent802bcb5d2c815f89f5651adbe63707599f1d443f (diff)
feat(markdown): simple lexer
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32fe710..1eddd2b 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ It aims to be simple, minimalist, brutalist, indie, and personnal.
## How it works
Backend written in modern Go.
-[gomarkdown/markdown](https://github.com/gomarkdown/markdown) looks like to be a good library.
Light CSS, light JS, runs everywhere.
SSR first.
@@ -29,3 +28,7 @@ This repository contains only the source code of the website, not the contents.
Mock-ups are in `design`.
Only HTML and raw CSS here.
+This project uses a custom markdown parser.
+It is located in `markdown`.
+I made my custom parser because I have extended its specification.
+