Created
July 14, 2015 11:05
-
-
Save saevarb/0b502a41b2236d7eab74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: Foobar | |
date: 2015-07-14 | |
--- | |
# This is a title | |
Here I want to write some stuff -- this is a markdown document. | |
And here, I want to include an automatically generated list of stuffs | |
$partial("templates/list-of-stuffs.html")$ | |
And here I would like to be able to write more stuff. Is this possible? | |
I am probably confused about how templates are applied and all that. | |
The above $partial$ line is interpreted as latex. | |
Is this possible? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment