deno.land / x / lume@v2.1.4 / tests / assets / mdx / index.mdx

1
2
3
4
5
6
7
8
9
10
11
12
13
14
---title: Hello worlddescription: This is a description---import Image from "./_includes/Image.tsx";
<comp.Header title={title} description={description}/>## Hello world
This is a markdown file with the title **{ title }**.
<Image alt="foo" />
lume

Version Info

Tagged at
7 months ago