Reorder Maruku and Kramdown
Kramdown is default now, yay!
This commit is contained in:
parent
7b1321d002
commit
7115bfbf3d
|
@ -38,16 +38,16 @@ Jekyll does what you tell it to do — no more, no less. It doesn't try to outs
|
||||||
* Colorator: Colorizes command line output (Ruby)
|
* Colorator: Colorizes command line output (Ruby)
|
||||||
* Classifier: Generating related posts (Ruby)
|
* Classifier: Generating related posts (Ruby)
|
||||||
* Directory Watcher: Auto-regeneration of sites (Ruby)
|
* Directory Watcher: Auto-regeneration of sites (Ruby)
|
||||||
|
* Kramdown: Default Markdown engine (Ruby)
|
||||||
* Liquid: Templating system (Ruby)
|
* Liquid: Templating system (Ruby)
|
||||||
* Maruku: Default markdown engine (Ruby)
|
|
||||||
* Pygments.rb: Syntax highlighting (Ruby/Python)
|
* Pygments.rb: Syntax highlighting (Ruby/Python)
|
||||||
* RedCarpet: Markdown engine (Ruby)
|
* RedCarpet: Markdown engine (Ruby)
|
||||||
* Safe YAML: YAML Parser built for security (Ruby)
|
* Safe YAML: YAML Parser built for security (Ruby)
|
||||||
|
|
||||||
## Developer Dependencies
|
## Developer Dependencies
|
||||||
|
|
||||||
* Kramdown: Markdown-superset converter (Ruby)
|
|
||||||
* Launchy: Cross-platform file launcher (Ruby)
|
* Launchy: Cross-platform file launcher (Ruby)
|
||||||
|
* Maruku: Markdown-superset interpreter (Ruby)
|
||||||
* RDiscount: Discount Markdown Processor (Ruby)
|
* RDiscount: Discount Markdown Processor (Ruby)
|
||||||
* RedCloth: Textile support (Ruby)
|
* RedCloth: Textile support (Ruby)
|
||||||
* RedGreen: Nicer test output (Ruby)
|
* RedGreen: Nicer test output (Ruby)
|
||||||
|
|
Loading…
Reference in New Issue