2024-04-01 11:54:14 +02:00

595 B

markdown

Markdown renderer.

Features

  • Links
  • Headers
  • Paragraphs

Installation

go get git.akyoto.dev/go/markdown

Usage

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

Tests

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

Benchmarks

BenchmarkSmall-12        2019103               591.4 ns/op           296 B/op          9 allocs/op

License

Please see the license documentation.

© 2024 Eduard Urbach