Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariusor/go-commonmark
https://github.com/mariusor/go-commonmark
commonmark-parsing golang ragel work-in-progress
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariusor/go-commonmark
- Owner: mariusor
- License: mit
- Created: 2017-02-16T19:39:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T11:34:06.000Z (about 2 years ago)
- Last Synced: 2024-10-12T19:41:21.979Z (3 months ago)
- Topics: commonmark-parsing, golang, ragel, work-in-progress
- Language: Go
- Size: 150 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Mark Go
---
A small go library to generate a Common Mark parser using Ragel.
This is based on the [0.27](http://spec.commonmark.org/0.27/) version of the specification.
[![MIT Licensed](https://img.shields.io/github/license/mariusor/commonmark.go.svg)](https://raw.githubusercontent.com/mariusor/commonmark.go/master/LICENSE)