Socket
Socket
Sign inDemoInstall

micromark-util-combine-extensions

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-util-combine-extensions

micromark utility to combine syntax or html extensions


Version published
Weekly downloads
6.1M
increased by6.73%
Maintainers
1
Weekly downloads
 
Created

What is micromark-util-combine-extensions?

The micromark-util-combine-extensions package is a utility for combining syntax extensions for the micromark markdown parser. It allows developers to easily merge multiple extensions, which can add or modify the functionality of the markdown parser.

What are micromark-util-combine-extensions's main functionalities?

Combining Syntax Extensions

This feature allows developers to combine multiple markdown syntax extensions into a single extension object that can be passed to micromark. The `combineExtensions` function takes an array of extension objects and merges them.

const combinedExtensions = combineExtensions([extension1, extension2]);

Other packages similar to micromark-util-combine-extensions

Keywords

FAQs

Package last updated on 07 Jun 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