Initial commit
This commit is contained in:
8
themes/reveal-hugo/layouts/shortcodes/markdown.html
Normal file
8
themes/reveal-hugo/layouts/shortcodes/markdown.html
Normal file
@ -0,0 +1,8 @@
|
||||
<section data-noprocess data-markdown
|
||||
data-separator="^\r?\n---\r?\n$"
|
||||
data-separator-vertical="^\r?\n------\r?\n$"
|
||||
data-separator-notes="notes?:">
|
||||
<script type="text/template">
|
||||
{{ .Inner }}
|
||||
</script>
|
||||
</section>
|
Reference in New Issue
Block a user