Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monaco-markdown

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-markdown

Markdown editing support in Monaco

  • 0.0.12
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Monaco Markdown

This is a port of Markdown extension for VS Code to Monaco web editor.

The initial plugin is based on the VS Code API, while this one uses only Monaco editor API. The logic and the functionality is pretty much the same (minus completion for local files paths and rendering, plus some bug-fixes)

Run demo

To launch the demo web page, execute gulp dist (see package.json fro details) and then open demo\index.html.

Features

  • Toggle bold/italic/strikethrough/math actions
  • Headings up/down actions
  • Toggle list
  • Lists auto-numbering on enter
  • List items indent/dedent on tab/shift-tab
  • Suggestions for LaTeX, header references, and link labels
  • Formatting for tables

Usage

There is an npm package for the library: https://www.npmjs.com/package/monaco-markdown

Keywords

FAQs

Package last updated on 30 Nov 2021

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc