Skip to content
#

markdown-parser

Here are 279 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 Feb 20, 2022
  • JavaScript
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

documentation good first issue
marcdown
maximepiard
maximepiard commented Jul 2, 2019

Is your feature request related to a problem? Please describe.

Most of the time I'm using markdown with emoji support (Trello / Github), I would love to use the editor to easily draft my messages but I cannot insert emojis supported by my tools

Describe the solution you'd like

What if the viewer renders the emoji codes (as listed [here](https://www.webfx.com/tools/emoji-cheat-shee

enhancement help wanted good first issue
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

feature request good first issue lua

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