Commit 7dadeaf1 authored by Mark Otto's avatar Mark Otto

markdown plugin around markdown includes

parent 09762c3f
...@@ -11,7 +11,11 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e ...@@ -11,7 +11,11 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
{% include css/code.html %} {% include css/code.html %}
{% include css/tables.html %} {% include css/tables.html %}
{% include css/forms.html %} {% include css/forms.html %}
{% include css/buttons.html %}
{% include css/images.html %} {% markdown %}
{% include css/helpers.html %} {% include css/buttons.md %}
{% include css/images.md %}
{% include css/helpers.md %}
{% endmarkdown %}
{% include css/responsive-utilities.html %} {% include css/responsive-utilities.html %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment