Project list

Markdown to tailwindcss

image article

Markdown to html/tailwindCSS

Instructions

Make a program extending goldmark (markdown parser) capable of producing html code compatible with tailwindCSS (css classes).

Key Features

Usage

# go get github.com/yuin/goldmark

go run main.go
View on github