59,994 Installs and Counting! Get Sparks Now!
Hey! Keep up to date with the project through its beta and public launch by following @getsparks.
Tweet
The Top Sparks of 2011
December 31, 2011
from: codefury.net
CodeIgniter Starter Project − A Starting Point for Any CI Dev
December 12, 2011
from: github.com
NetTuts+ Tutorial for GetSparks
November 24, 2011
from: net.tutsplus.com
A markdown helper for easy parsing of markdown
| Contributor | : katzgrau |
| : Log in to view | |
| Author Website | : http://codefury.net |
| Spark Website | : https://bitbucket.org/katzgrau/ci-spark-markdown |
| Repository Type | : hg |
| Number of Installs | : 742 |
php tools/spark install -v1.2.0 markdown
Or download this version manually:
Get markdown-v1.2.zip
This spark can be used to transform markdown to HTML. It includes and uses third-party class available at http://michelf.com/projects/php-markdown/.
It is currently in use at GetSparks.org.
To use this spark, first load it. After that, you can call the parse_markdown function, which accepts a block of markdown, and returns HTML. Here's an example:
# Below, x.x is the version number
$this->load->spark('markdown/x.x');
$html = parse_markdown($some_markdown_string);
Send any questions to me at katzgrau@gmail.com, or find me on Twitter: @_kennyk_
php tools/spark install -v1.1.0 markdown
Or download this version manually:
Get markdown-v1.1.zip
php tools/spark install -v1.0.0 markdown
Or download this version manually:
Get markdown-v1.0.zip