Golang Developer
1–10 of 13 posts
Re: Golang Developer
#2Go has decent markdown parsers (I maintain one at https://github.com/gomarkdown/markdown/) but there is no parser that does CommonMark.
That would be a valuable addition to Go ecosystem and the project is well scoped (and there is existing test suite so you'll know if the code works or not).
Re: Golang Developer
#3Port https://github.com/commonmark/cmark from C to Go. Go has decent markdown parsers (I maintain one at https://github.com/gomarkdown/markdown/ ) but there is no parser that does CommonMark. That would be a valuable addition to Go ecosystem and the project is well scoped (and there is existing test suite so you'll know if the code works or not).
Re: Golang Developer
#4Port https://github.com/commonmark/cmark from C to Go. Go has decent markdown parsers (I maintain one at https://github.com/gomarkdown/markdown/ ) but there is no parser that does CommonMark. That would be a valuable addition to Go ecosystem and the project is well scoped (and there is existing test suite so you'll know if the code works or not).
Nice, thanks for the reply. I will check it out!
Re: Golang Developer
#5Re: Golang Developer
#6https://github.com/Grrrben/gocoin
Used it as a study in Golang myself and still love coding it. It's an open project, any enhancement would be appriciated!
Re: Golang Developer
#7Re: Golang Developer
#8Re: Golang Developer
#9Port https://github.com/commonmark/cmark from C to Go. Go has decent markdown parsers (I maintain one at https://github.com/gomarkdown/markdown/ ) but there is no parser that does CommonMark. That would be a valuable addition to Go ecosystem and the project is well scoped (and there is existing test suite so you'll know if the code works or not).