Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 308 Bytes

markdown.md

File metadata and controls

15 lines (9 loc) · 308 Bytes

markdown

module Implements the markdown format. Currently only handles converting markup.Markup to markdown strings. Planned to be able of parsing markdown strings to markup.Markup in the future.

convert

func convert

Converts markup.Markup to a markdown string.