mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Merge branch 'master' into aspect-ratio
This commit is contained in:
commit
aa5dc04122
BIN
docs/ace.png
Normal file
BIN
docs/ace.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -5,7 +5,6 @@ Default
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { default as theme } from 'mdx-deck/themes
|
export { default as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -16,7 +15,6 @@ Big
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { big as theme } from 'mdx-deck/themes
|
export { big as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -27,7 +25,6 @@ Book
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { book as theme } from 'mdx-deck/themes
|
export { book as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -38,7 +35,6 @@ Code
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { code as theme } from 'mdx-deck/themes
|
export { code as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -49,7 +45,6 @@ Comic
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { comic as theme } from 'mdx-deck/themes
|
export { comic as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -60,7 +55,6 @@ Condensed
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { condensed as theme } from 'mdx-deck/themes
|
export { condensed as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -71,7 +65,6 @@ Dark
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { dark as theme } from 'mdx-deck/themes
|
export { dark as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -82,7 +75,6 @@ Future
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { future as theme } from 'mdx-deck/themes
|
export { future as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -93,7 +85,6 @@ Hack
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { hack as theme } from 'mdx-deck/themes
|
export { hack as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -109,7 +100,6 @@ Notes
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { notes as theme } from 'mdx-deck/themes
|
export { notes as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -125,7 +115,6 @@ Script
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { script as theme } from 'mdx-deck/themes
|
export { script as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -136,7 +125,6 @@ Swiss
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { swiss as theme } from 'mdx-deck/themes
|
export { swiss as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -147,7 +135,6 @@ Yellow
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { yellow as theme } from 'mdx-deck/themes
|
export { yellow as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -157,7 +144,6 @@ Poppins
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { poppins as theme } from 'mdx-deck/themes
|
export { poppins as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -167,7 +153,6 @@ Syntax Highlighter
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { syntaxHighlighter as theme } from 'mdx-deck/themes
|
export { syntaxHighlighter as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -177,10 +162,11 @@ Syntax Highlighter Prism
|
|||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
export { syntaxHighlighterPrism as theme } from 'mdx-deck/themes
|
export { syntaxHighlighterPrism as theme } from 'mdx-deck/themes
|
||||||
|
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Aspect 16:9
|
Aspect 16:9
|
||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
@ -188,6 +174,8 @@ export { aspect as theme } from '@mdx-deck/themes
|
|||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Aspect 4:3
|
Aspect 4:3
|
||||||
|
|
||||||
```mdx
|
```mdx
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# MDX Deck
|
|
||||||
|
|
||||||
![](https://s3.amazonaws.com/jxnblk/mdx-deck-2.gif)
|
![](https://s3.amazonaws.com/jxnblk/mdx-deck-2.gif)
|
||||||
|
|
||||||
|
# MDX Deck <img src='docs/ace.png' width='24' height='24' />
|
||||||
|
|
||||||
Award-winning [MDX][]-based presentation decks
|
Award-winning [MDX][]-based presentation decks
|
||||||
|
|
||||||
[![Build Status][badge]][travis]
|
[![Build Status][badge]][travis]
|
||||||
|
Loading…
Reference in New Issue
Block a user