Skip to content

ojjs/oj.markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oj.markdown

A markdown plugin for oj. This plugin creates easy oj access to Christopher's very impressive github.com/chjj/marked.

Use Plugin:

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

Usage coffee-script

oj.use require 'oj.markdown'

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.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MARKED_LICENSE

Stars

Watchers

Forks

Packages

No packages published