Skip to content

CodeIgniter library to use the awesome markdown syntax

Notifications You must be signed in to change notification settings

webdemo/cimarkdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Markdown library for CodeIgniter

Markdown is awesome it is a text-to-HTML conversion tool for web writers

Based on PHP Markdown by Michel Fortin (v1.0.1o - Sun 8 Jan 2012) PHP Markdown.

Original Markdown by John Gruber [Markdown] (http://daringfireball.net/projects/markdown/).

Installation

  1. Copy the cimarkdown.php to your libraries directory

  2. Load the cimarkdown library in your controller

Usage

$this->load->library('cimarkdown');

$this->cimarkdown->markit($markdowndemo);

where $markdowndemo is a variable which contains the markdown text entered by the user

About

CodeIgniter library to use the awesome markdown syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published