githubmarkdown

package module
v0.0.0-...-79742c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2014 License: MIT Imports: 3 Imported by: 1

README

GitHub Markdown in Go

wercker status GoDoc Bitdeli Badge

Parses markdown via the Github API.

Usage

html, err := githubmarkdown.Parse("Hello world github/linguist#1 **cool**, and #1!")
html // => "<p>Hello world github/linguist#1 <strong>cool</strong>, and #1!</p>"

Documentation

Overview

Package githubmarkdown provides a function to parse markdown via GitHub's API http://developer.github.com/v3/markdown/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(md string) (string, error)

Parse takes a markdown string and parses it using GitHub's API. It retuns an html string.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL