feat: Add Markdown Page route and component
All checks were successful
CI / cache-and-install (push) Successful in 1m18s
All checks were successful
CI / cache-and-install (push) Successful in 1m18s
This commit is contained in:
11
src/pages/md-page.md
Normal file
11
src/pages/md-page.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
name: My Cool App
|
||||
title: My Cool App
|
||||
meta:
|
||||
- name: description
|
||||
content: Hello World
|
||||
---
|
||||
|
||||
# Hello World
|
||||
|
||||
This is {{frontmatter.name}}
|
Reference in New Issue
Block a user