Socket
Socket
Sign inDemoInstall

@ziuchen/bytemd-plugin-markdown-theme

Package Overview
Dependencies
105
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ziuchen/bytemd-plugin-markdown-theme

ByteMD plugin to support custom markdown theme


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@ziuchen/bytemd-plugin-markdown-theme

npm

ByteMD plugin to support custom code markdown theme

Usage


import { Editor } from 'bytemd'
import markdownThemePlugin from '@ziuchen/bytemd-plugin-markdown-theme'
import themes from '@ziuchen/bytemd-plugin-markdown-theme/dist/themes.json'

new Editor({
  target: document.body,
  props: {
    plugins: [
      markdownThemePlugin({
        themes: themes,
      }),
      // ... other plugins
    ],
  },
})

License

MIT

FAQs

Last updated on 17 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc