0.2.10 • Published 11 years ago

oj-markdown v0.2.10

Weekly downloads
13
License
-
Repository
github
Last release
11 years ago

oj-markdown

A markdown plugin for oj.

This plugin creates easy oj access to the very impressive github.com/chjj/marked.

Use Plugin:

oj.use(require('oj-markdown'), settings);

Usage coffee-script

html ->
  head ->
  body ->
    markdown """
      # Header

      Paragraph goes here

      - Bulleted
      - List
      - Goes
      - Here
    """

Settings

settings will be passed directly to the marked plugin which implements this. See their readme for more details.

0.2.10

11 years ago

0.2.9

11 years ago

0.0.1

11 years ago