1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-10-26 07:37:23 +03:00
mdx-deck/examples/prism/deck.mdx
2019-10-24 10:04:32 -04:00

18 lines
195 B
Plaintext

import { future, prism } from 'mdx-deck/themes'
export const themes = [
future,
prism
]
# Hello!
---
```jsx
import React from 'react'
export default props =>
<h1>Highlighting</h1>
```