1.1.1 • Published 9 years ago

brucedown v1.1.1

Weekly downloads
10
License
MIT
Repository
github
Last release
9 years ago

Brucedown

A near-perfect GitHub style Markdown to HTML converter

NPM NPM

Built primarily for Morkdown but useful wherever you want to produce the same HTML that GitHub does when processing Markdown.

There are some very minor differences due to the fact that Brucedown uses Marked (JavaScript) rather than Sundown (C) for the Markdown conversion.

Brucedown uses Pygments to do syntax highlighting just like GitHub so code even comes out the same.

Currently the interface is very simple:

var brucedown = require('brucedown')

brucedown(markdownSource, function (err, htmlResult) {
  console.log(htmlResult)
})

Licence & copyright

Brucedown is Copyright (c) 2012 Rod Vagg <@rvagg> and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

1.1.1

9 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.2

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

12 years ago

0.0.0

12 years ago