import { Baz } from './Fixture'
export const foo = {
hi: Fudge ${Baz.displayName || 'Baz'}
,
authors: [
'fred',
'sally',
],
}
export const hello = 'hello'
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}