JSPM

@sosuisen/milkdown-theme-nord

4.11.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 20
    • Score
      100M100P100Q32444F
    • License MIT

    Package Exports

    • @sosuisen/milkdown-theme-nord

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sosuisen/milkdown-theme-nord) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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 { nord } from '@milkdown/theme-nord';
    
    import { commonmark } from '@milkdown/preset-commonmark';
    
    Editor.make().use(nord).use(commonmark).create();