Skip to content

Latest commit

History

History
17 lines (11 loc) 路 294 Bytes

pseudo-mdx.md

File metadata and controls

17 lines (11 loc) 路 294 Bytes
layout title templateEngine
layout.jsx
Markdown combined with JSX
jsx,md

import Hello from "./_includes/hello.jsx";

Hello world

This is a markdown text. Go home

<comp.Button type="foo" />

Hello world