Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhh/go-markdown
Go language markdown library used for projects.
https://github.com/jhh/go-markdown
Last synced: 27 days ago
JSON representation
Go language markdown library used for projects.
- Host: GitHub
- URL: https://github.com/jhh/go-markdown
- Owner: jhh
- Created: 2016-06-01T00:33:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T11:25:19.000Z (over 8 years ago)
- Last Synced: 2024-12-16T03:42:13.901Z (about 1 month ago)
- Language: Go
- Homepage: https://godoc.org/jhhgo.us/markdown
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/jhhgo.us/markdown?status.svg)](https://godoc.org/jhhgo.us/markdown)
# package markdown`import "jhhgo.us/markdown"`
Package markdown translates plain text with Markdown formatting and YAML front-matter into HTML documents with metadata. Markdown processing is done by package [blackfriday](https://github.com/russross/blackfriday).
Document format is:
---
title: Complete
date: 2016-05-27T23:45:46.000Z # RFC3339 format
categories:
- test
tags:
- foo
- bar
---
# Heading
The remainder of the document in *Markdown* format.