From 34d16f28f2d85bc1762e65a73d426de4ac8c30ed Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 30 Sep 2025 16:35:46 +0200 Subject: feat(markdown): simple lexer --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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. + -- cgit v1.2.3