jgm / djot

A light markup language
https://djot.net
MIT License
1.62k stars 43 forks source link

mention golang implementation of djot parser #266

Closed sivukhin closed 5 months ago

sivukhin commented 5 months ago

Didn't find any golang parsers for Djot - so I decided to write my own version of it: godjot

The implementation is a bit bumpy in some places but it passes all examples from the doc and I started to write my own documents using this parser (as a version of dogfooding)

So, I decided to give it a try and add this implementation on the official web site.

jgm commented 5 months ago

You can also mention it at https://github.com/jgm/djot/discussions/265

3052 commented 5 months ago

Need to update readme