xav_eu
banner
xaveu.bsky.social
xav_eu
@xaveu.bsky.social
Web developer with a 9to5, 3 kids, and way too many side projects.
For the record, here is how the previous forms looked like. I prefer a lot the new version: it's a lot more "markdown like".
November 19, 2024 at 8:01 PM
It took 2 versions and 3 months to get finally a parser that works OK (fully Commonmark compliant). It still needs a bit of work, but i'm almost there.

So my challenge for this first #100DaysOfCode: make Link Reference Definition & HTML blocks correctly rendered in symbol mode.

Let's get to work!
November 16, 2024 at 8:35 AM
Having a look at the open source Markdown parsers, I decided to write my own for 3 reasons:

1. speed
2. ability to get a very precise AST (including symbols, ToC...)
3. ability for lazy parsing (i.e. parsing only sub sections of a doc instead of re-parsing it all)
November 16, 2024 at 8:35 AM