Skip to content
#

markdown-parser

Here are 270 public repositories matching this topic...

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.

  • Updated Jan 14, 2022
  • JavaScript
marcdown
MyST-Parser
chrisjsewell
chrisjsewell commented Feb 26, 2020

It would be good to include in the documentation some guidance for users on how to get the most out of MyST; particularly those that haven't used rST before.

Most of the directives are documented at:

So at a minimum these links should be provided. It w

Witiko
Witiko commented Feb 28, 2018

Introduction

Since the release of Markdown v2.0.0, a large number of new options was added. However, to retain backwards compatibility, most of these options are disabled by default. This makes it difficult to enable everything back again for a user that is not concerned with backwards compatibility and wants to use the Markdown package with all the bells and whistles.

Proposed solution

Improve this page

Add a description, image, and links to the markdown-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the markdown-parser topic, visit your repo's landing page and select "manage topics."

Learn more