Skip to content

bitops/clodown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clodown

A tiny markdown library for Clojure. Takes Markdown strings and converts them to HTML strings.

Built on top of the pegdown library.

Basic Usage

There is only one function available, md. It takes a String of text containing markdown and returns a String containing HTML instead.

(use 'clodown.core)
(md "test")
;;=> "<p>test</p>"

There is also a concurrency-safe version of md available, mdp.

License

Copyright (C) 2012 Sebastian Wittenkamp.

Distributed under the Eclipse Public License, the same as Clojure.

About

A tiny MarkDown parser for Clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published