markdown/README.md

571 B

markdown

Markdown renderer.

Features

  • Headers
  • Paragraphs

Installation

go get git.akyoto.dev/go/markdown

Usage

html := markdown.Render("# Header")
fmt.Println(html)

Tests

PASS: TestEmpty
PASS: TestParagraphs
PASS: TestHeader
PASS: TestCombined
coverage: 100.0% of statements

Benchmarks

BenchmarkSmall-12        2187232               544.9 ns/op           296 B/op          9 allocs/op

License

Please see the license documentation.

© 2024 Eduard Urbach