Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 553 Bytes

mdx.mdx

File metadata and controls

41 lines (30 loc) · 553 Bytes

import { Baz } from './Fixture'

export const foo = { hi: Fudge ${Baz.displayName || 'Baz'}, authors: [ 'fred', 'sally', ], }

export const hello = 'hello'

Hello, world!

I'm an awesome paragraph.

{ /* I'm a comment */ }

hi { hello } { /* another comment */}
test codeblock
module.exports = 'test'
npm i -g foo
Test Table
Col1 Col2

export default ({ children }) =>

{ children}