New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wangeditor-next/plugin-markdown

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wangeditor-next/plugin-markdown

wangEditor markdown plugin

latest
Source
npmnpm
Version
1.0.41
Version published
Maintainers
1
Created
Source

wangEditor markdown 插件

English documentation

介绍

wangEditor-next 中使用基本的 markdown 语法。

  • 标题
    • #
    • ##
    • ###
    • ####
    • #####
  • 列表 - + *
  • 引用 >
  • 分割线 ---
  • 代码块 ```js

安装

pnpm add @wangeditor-next/plugin-markdown

使用

要在创建编辑器之前注册,且只能注册一次,不可重复注册。

import { Boot } from '@wangeditor-next/editor'
import markdownModule from '@wangeditor-next/plugin-markdown'

Boot.registerModule(markdownModule)

// Then create editor and toolbar

FAQs

Package last updated on 29 Mar 2026

Did you know?

Socket

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