@milkdown/theme-nord

Nord theme for milkdown.

Usage no npm install needed!

<script type="module">
  import milkdownThemeNord from 'https://cdn.skypack.dev/@milkdown/theme-nord';
</script>

README

@milkdown/theme-nord

Nord theme for milkdown.

Designed by Meo. Powered by Theme Nord and Material Design.

Example Usage

import { Editor } from '@milkdown/core';

// import theme
import '@milkdown/theme-nord/lib/theme.css';

import { commonmark } from '@milkdown/preset-commonmark';
import '@milkdown/preset-commonmark/lib/style.css';

new Editor().use(commonmark).create();