diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 16:35:46 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-30 16:35:46 +0200 |
| commit | 34d16f28f2d85bc1762e65a73d426de4ac8c30ed (patch) | |
| tree | 86c7d574aaafe68895cc39e322d461133262082c /README.md | |
| parent | 802bcb5d2c815f89f5651adbe63707599f1d443f (diff) | |
feat(markdown): simple lexer
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. + |
