From eac36253e2ea1c715dd75110efbc7e15be6db904 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Wed, 8 Jun 2016 14:51:45 +0900 Subject: [PATCH] Convert FAQ to markdown. Update with latest changes --- _includes/header.html | 5 + _layouts/default.html | 7 +- faq.html | 153 ---------------------- faq.md | 290 ++++++++++++++++++++++++++++++++++++++++++ index.html | 10 -- 5 files changed, 301 insertions(+), 164 deletions(-) delete mode 100644 faq.html create mode 100644 faq.md diff --git a/_includes/header.html b/_includes/header.html index e69de29..cf828f1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -0,0 +1,5 @@ +
+
{% include babelmark.svg %} babelmark +

Compare Markdown Implementations (FAQ)

+
+
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 1ac4e39..df23909 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,11 +3,16 @@ {% include head.html %}
+
- {{ content }} +
+ {{ content }} +