Skip to main content
Module

x/lume/tests/assets/mdx/index.mdx

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
---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" />