
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
micromark-extension-mdx-md
Advanced tools
micromark extension to turn some markdown features off for MDX
micromark extension to turn some markdown features off for MDX.
This package provides the low-level modules for integrating with the micromark tokenizer but has no handling of compiling to HTML.
There is no corresponding mdast utility.
But you can use this through either micromark-extension-mdx
or
micromark-extension-mdxjs
with mdast-util-mdx
to
support all of MDX (or MDX.js).
Or, use it through remark-mdx
or remark-mdxjs
(remark).
npm:
npm install micromark-extension-mdx-md
var mdxMd = require('micromark-extension-mdx-md')
micromark('...', {extensions: [mdxMd]})
syntax()
Turn some markdown features (HTML, autolinks, indented code) off for MDX (or MDX.js).
The export of syntax
is an extension for the micromark parser (to not tokenize
some constructs; can be passed in extensions
).
There are no options yet.
micromark/micromark
— the smallest commonmark-compliant markdown parser that existsmicromark/micromark-extension-mdx
— micromark extension to support MDXmicromark/micromark-extension-mdxjs
— micromark extension to support MDX.jsmicromark/micromark-extension-mdx-expression
— micromark extension to support MDX (or MDX.js) expressionsmicromark/micromark-extension-mdx-jsx
— micromark extension to support MDX (or MDX.js) JSXmicromark/micromark-extension-mdxjs-esm
— micromark extension to support MDX.js import/exportssyntax-tree/mdast-util-mdx
— mdast utility to support MDX (or MDX.js)See contributing.md
in micromark/.github
for ways to get
started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
micromark extension to turn some markdown features off for MDX
The npm package micromark-extension-mdx-md receives a total of 1,806,089 weekly downloads. As such, micromark-extension-mdx-md popularity was classified as popular.
We found that micromark-extension-mdx-md demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.