Built-in themes are not working with 3.0.13
Author: seed-of-apricotCreated Nov 13, 2019Updated Mar 11, 2022
Description
The built-in themes are not working with v3.0.13.
Steps to reproduce
npm initnpm i -D [email protected]- set start script
- create deck.mdx and copy-paste the code below
npm start- nothing shown
import { themes } from "mdx-deck";
export const theme = themes.dark;
# Hoge
---
fugaWorkaround & Notes
It is working with v3.0.8. With v3.0.13, it seems that the dark.js is loaded but then the body of the html is gone.
Source: jxnblk/mdx-deck