No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Creole is a lightweight markup language (http://wikicreole.org/).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

Creole

Creole is a Creole-to-HTML converter for Creole, the lightweight markup language (http://wikicreole.org/). Github uses this converter to render *.creole files.

Project page on github:

Travis-CI:

RDOC:

INSTALLATION

gem install creole

SYNOPSIS

require 'creole'
html = Creole.creolize('== Creole text')

BUGS

If you found a bug, please report it at the Creole project's tracker on GitHub:

http://github.com/minad/creole/issues

AUTHORS

  • Lars Christensen (larsch)
  • Daniel Mendler (minad)

LICENSE

Creole is Copyright (c) 2008 - 2013 Lars Christensen, Daniel Mendler. It is free software, and may be redistributed under the terms specified in the README file of the Ruby distribution.