https://github.com/codemicro/htmlrenderer
Personal fork of the Goldmark HTML renderer
https://github.com/codemicro/htmlrenderer
Last synced: 8 months ago
JSON representation
Personal fork of the Goldmark HTML renderer
- Host: GitHub
- URL: https://github.com/codemicro/htmlrenderer
- Owner: codemicro
- License: mit
- Created: 2022-09-12T13:08:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T13:20:37.000Z (over 3 years ago)
- Last Synced: 2025-09-13T09:52:39.019Z (9 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# htmlRenderer
This is a personal fork of the [Goldmark HTML renderer](https://github.com/yuin/goldmark/blob/master/renderer/html/html.go). I would encourage you not to use it, but if you really want to, you can find the docs [here](https://pkg.go.dev/github.com/codemicro/htmlRenderer) and you can install it as shown:
```
go get github.com/codemicro/htmlRenderer
```