From dd94495c8c6b9ff8e53c145656003a496e17bb88 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 9 Oct 2014 21:23:28 +0800 Subject: [PATCH] Update mocha and jekyll. --- _config.yml | 5 +++++ jekyll.md | 7 +++++++ kramdown.md | 15 +++++++++++++++ mocha-html.md | 23 +++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 mocha-html.md diff --git a/_config.yml b/_config.yml index 4805efb50..273415eba 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,8 @@ markdown: kramdown kramdown: input: GFM +defaults: + - scope: + path: "" + values: + layout: "default" diff --git a/jekyll.md b/jekyll.md index b87d6ed52..336be6e26 100644 --- a/jekyll.md +++ b/jekyll.md @@ -212,6 +212,12 @@ Helpers and Filters | replace: "super", "mega" | replace_first: "super", "mega" +Comments +-------- + + {% comment %} + {% endcomment %} + Integration ----------- @@ -232,4 +238,5 @@ Integration * http://jekyllrb.com/docs/templates/ * http://docs.shopify.com/themes/liquid-basics/output * http://docs.shopify.com/themes/liquid-basics/logic + * https://github.com/Shopify/liquid/wiki/Liquid-for-Designers {% endraw %} diff --git a/kramdown.md b/kramdown.md index 75a90dc0d..6011f0ff4 100644 --- a/kramdown.md +++ b/kramdown.md @@ -3,6 +3,20 @@ title: Kramdown layout: default --- +### Configuration + + * `parse_block_html` - process kramdown syntax inside blocks + * `parse_span_html` - process kramdown syntax inside inlines + * `html_to_native` - convert html elements to native elements + + {::options parse_block_html="true" /} + +For the GFM parser: + + * `hard_wrap` + +http://kramdown.gettalong.org/parser/gfm.html + ### For jekyll (gh-pages) # _config.yml @@ -40,3 +54,4 @@ layout: default ### References * http://kramdown.gettalong.org/syntax.html + * http://kramdown.gettalong.org/parser/kramdown.html diff --git a/mocha-html.md b/mocha-html.md new file mode 100644 index 000000000..19058fb3d --- /dev/null +++ b/mocha-html.md @@ -0,0 +1,23 @@ +--- +title: Mocha HTML +--- + +```html + + + + Mocha + + + + + +
+ + + + + + + +```