From 201d7ca243e9980a34148679a69c4e2f75e329ab Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Sat, 26 Apr 2014 09:30:17 -0700 Subject: [PATCH] Replacing HTML table with Markdown table The HTML table eases the obsessive-compulsive related pain of keeping the column widths uniform. However, it reduces the readability in a text editor. --- README.md | 143 +++++++++++------------------------------------------- 1 file changed, 29 insertions(+), 114 deletions(-) diff --git a/README.md b/README.md index e4d1a715..29c4868d 100644 --- a/README.md +++ b/README.md @@ -252,120 +252,35 @@ This is the list of the supported engines. They are listed in order of **higher precedence**, for a given extension. For instance, if [ERubis](http://www.kuwata-lab.com/erubis/) is loaded, it will be preferred over ERb to render `.erb` templates. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EngineExtensions
Erubiserb, rhtml, erubis
ERberb, rhtml
Redcarpetmarkdown, mkd, md
RDiscountmarkdown, mkd, md
Kramdownmarkdown, mkd, md
Marukumarkdown, mkd, md
BlueClothmarkdown, mkd, md
Asciidoctorad, adoc, asciidoc
Builderbuilder
CSVrcsv
CoffeeScriptcoffee
WikiClothwiki, mediawiki, mw
Creolewiki, creole
Etannietn, etanni
Hamlhaml
Lessless
Liquidliquid
Markabymab
Nokogirinokogiri
Plainhtml
RDocrdoc
Radiusradius
RedClothtextile
Sasssass
Scssscss
Stringstr
Yajlyajl
+| Engine | Extensions +|----------------|----------- +| Erubis | erb, rhtml, erubis +| ERb | erb, rhtml +| Redcarpet | markdown, mkd, md +| RDiscount | markdown, mkd, md +| Kramdown | markdown, mkd, md +| Maruku | markdown, mkd, md +| BlueCloth | markdown, mkd, md +| Asciidoctor | ad, adoc, asciidoc +| Builder | builder +| CSV | rcsv +| CoffeeScript | coffee +| WikiCloth | wiki, mediawiki, mw +| Creole | wiki, creole +| Etanni | etn, etanni +| Haml | haml +| Less | less +| Liquid | liquid +| Markaby | mab +| Nokogiri | nokogiri +| Plain | html +| RDoc | rdoc +| Radius | radius +| RedCloth | textile +| Sass | sass +| Scss | scss +| String | str +| Yajl | yajl ### Root