Registry / serialization / hhatto-gorst

hhatto-gorst

JSON →
library0.0.0-20181029133204-ca9f730cac5bgogounverified

Package gorst is a Go implementation of reStructuredText markup language parser and renderer.

go get github.com/hhatto/gorst
INSTALL
IMPORT
SIG · HHATTO-GORST
H
hhatto-gorst
serializationgov0.0.0-20181029133204-ca9f730cac5b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gorst
github.com/hhatto/gorst

Parse reStructuredText content

package main import ( "fmt" "github.com/hhatto/gorst" ) func main() { node, err := gorst.Parse([]byte("Hello, *World*!")) if err != nil { panic(err) } fmt.Println(node) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181029133204-ca9f730cac5blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hhatto-gorst — go get hhatto-gorst · libregistry