generated from inherentlee/11ty
Update content through Mattrbld
This commit is contained in:
5
src/index-html.md
Normal file
5
src/index-html.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: testing
|
||||
___mb_schema: /.mattrbld/schemas/page-html.json
|
||||
---
|
||||
<p><h2>Does raw html work here</h2></p>
|
||||
6
src/index-with-raw-html.md
Normal file
6
src/index-with-raw-html.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: testing md with html
|
||||
hero: null
|
||||
___mb_schema: /.mattrbld/schemas/page.json
|
||||
---
|
||||
<h2>does raw html work here</h2>
|
||||
Reference in New Issue
Block a user