biofriction-wp-theme/node_modules/panini/test/fixtures/helper-markdown/pages/index.html

14 lines
125 B
HTML

{{#markdown}}
# Heading
Paragraph
```
my code block should default to html
```
```css
.class{color:red}
```
{{/markdown}}