Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 981 Bytes

preview.mdx

File metadata and controls

52 lines (37 loc) · 981 Bytes
author date draft
John Doe
2023-05-12
false

import { MDXProvider } from '@mdx-js/tag' import { Component } from '../components/base.jsx'

export default ({children}) => ( <Component prop={true} prop2={This is a ${template} literal} // This is an inline comment style={{ backgroundColor: "#fff" }} onClick={() => console.log("console log")} > Children {/* This is a comment */} )

Homepage of {frontmatter.author}

Lorem ipsum dolor sit amet, {consectetur adipisicing} elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lists

  1. list {item_title(1)}
  2. list {item_title(2)}

Tables

Numbers Letters $
One Ayy $1000
Two Bee $99

Components

Block quotes