MarkedJS is required for markdown rendering. Import the script as shown below
<html>
<head>
..
</head>
<body>
..
<script src="https://cdn.jsdelivr.net/npm/marked@12.0.2/lib/marked.umd.min.js"></script>
</body>
</html>
Hello there!
Markdown
component propsName | Type | Usage |
---|---|---|
.. | All div element props | |
content | string |
const md = await MD.fetch('/typography.md')
```
{
"name": "markdown"
}
```
<!-- meta-break -->
# Title
Hello there!
const { meta, content } = MD.parse(md)