[demo.mdx][s]: Use new Metadata component to display parsed frontmatter
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Demo
|
title: Demo
|
||||||
|
author: Rufus Pollock
|
||||||
|
description: This demos and documents Data Literate features live
|
||||||
---
|
---
|
||||||
|
|
||||||
This demos and documents Data Literate features live.
|
<MetaData title={title} author={author} description={description} />
|
||||||
|
|
||||||
|
|
||||||
You can see the raw source of this page here: https://raw.githubusercontent.com/datopian/data-literate/main/content/demo.mdx
|
You can see the raw source of this page here: https://raw.githubusercontent.com/datopian/data-literate/main/content/demo.mdx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user