aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.
+