Skip to content

Instantly share code, notes, and snippets.

@chrisjlee
Last active February 26, 2020 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisjlee/10a1f2d25611c5e1af33a2891dec7cc9 to your computer and use it in GitHub Desktop.
Save chrisjlee/10a1f2d25611c5e1af33a2891dec7cc9 to your computer and use it in GitHub Desktop.
MDX Deck snippets

import { Image } from 'mdx-deck'


<Image src='https://source.unsplash.com/random/768x2048?cats' style={{ display: 'flex', alignItems: 'center', justifyContent: 'center', color: 'black', backgroundColor: 'black', }}>

import i from './image.jpg';

// Video ⬇️

import v from './video.mp4';

// Audio ⬇️

import a from './audio.mp3';

// Object ⬇️

import o from './object.pdf';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment