mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-25 15:50:39 +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
|
||||
export { default as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -16,7 +15,6 @@ Big
|
||||
|
||||
```mdx
|
||||
export { big as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -27,7 +25,6 @@ Book
|
||||
|
||||
```mdx
|
||||
export { book as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -38,7 +35,6 @@ Code
|
||||
|
||||
```mdx
|
||||
export { code as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -49,7 +45,6 @@ Comic
|
||||
|
||||
```mdx
|
||||
export { comic as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -60,7 +55,6 @@ Condensed
|
||||
|
||||
```mdx
|
||||
export { condensed as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -71,7 +65,6 @@ Dark
|
||||
|
||||
```mdx
|
||||
export { dark as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -82,7 +75,6 @@ Future
|
||||
|
||||
```mdx
|
||||
export { future as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -93,7 +85,6 @@ Hack
|
||||
|
||||
```mdx
|
||||
export { hack as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -109,7 +100,6 @@ Notes
|
||||
|
||||
```mdx
|
||||
export { notes as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -125,7 +115,6 @@ Script
|
||||
|
||||
```mdx
|
||||
export { script as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -136,7 +125,6 @@ Swiss
|
||||
|
||||
```mdx
|
||||
export { swiss as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -147,7 +135,6 @@ Yellow
|
||||
|
||||
```mdx
|
||||
export { yellow as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -157,7 +144,6 @@ Poppins
|
||||
|
||||
```mdx
|
||||
export { poppins as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -167,7 +153,6 @@ Syntax Highlighter
|
||||
|
||||
```mdx
|
||||
export { syntaxHighlighter as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
@ -177,10 +162,11 @@ Syntax Highlighter Prism
|
||||
|
||||
```mdx
|
||||
export { syntaxHighlighterPrism as theme } from 'mdx-deck/themes
|
||||
|
||||
'
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Aspect 16:9
|
||||
|
||||
```mdx
|
||||
@ -188,6 +174,8 @@ export { aspect as theme } from '@mdx-deck/themes
|
||||
'
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Aspect 4:3
|
||||
|
||||
```mdx
|
||||
|
@ -1,7 +1,7 @@
|
||||
# MDX Deck
|
||||
|
||||
![](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
|
||||
|
||||
[![Build Status][badge]][travis]
|
||||
|
Loading…
Reference in New Issue
Block a user