title | something |
---|---|
Title From Frontmatter |
Okay |
Some content
Bold text for instance
Italic text as well
a blockquote
- A list of
- Bulleted items
- first
- second
- third
Let's test an inline-code
element.
Hi
<button>Hi</button>
const Testing = ({ highlighting, syntax }) => (
<Component
color={highlighting}
syntax={syntax}
another={something}
otherItems={cool}
/>
);