markdown plugin around markdown includes
This commit is contained in:
parent
09762c3f65
commit
7dadeaf1fa
1 changed files with 7 additions and 3 deletions
|
|
@ -11,7 +11,11 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
|
|||
{% include css/code.html %}
|
||||
{% include css/tables.html %}
|
||||
{% include css/forms.html %}
|
||||
{% include css/buttons.html %}
|
||||
{% include css/images.html %}
|
||||
{% include css/helpers.html %}
|
||||
|
||||
{% markdown %}
|
||||
{% include css/buttons.md %}
|
||||
{% include css/images.md %}
|
||||
{% include css/helpers.md %}
|
||||
{% endmarkdown %}
|
||||
|
||||
{% include css/responsive-utilities.html %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue