markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

Add additional option that allows for the extension of the markdown parser

Open lkuechler opened this issue 2 years ago • 3 comments

This PR should allow for custom markdown syntax parsing as requested in this issue: https://github.com/probablyup/markdown-to-jsx/issues/313

I added a new property named additionalParserRules that can be given MarkdownToJSX.Rules which are added at the end of the already existing rules.

lkuechler avatar Oct 27 '21 08:10 lkuechler

I am interested to see this PR merged. We are looking to use markdown-to-jsx for our needs but this would be needed

jonotrybe avatar Nov 02 '21 19:11 jonotrybe

Generally fine with this PR, I previously had things private so I could refactor without a major version bump but that hasn't happened in a while so might as well allow the extension.

quantizor avatar Nov 10 '21 15:11 quantizor

Hi, Is there any progress here?

Innei avatar Aug 06 '22 08:08 Innei

Any update on this?

ernests avatar Nov 28 '22 12:11 ernests

@probablyup Have this been merged or implemented in a different way?

huksley avatar Aug 04 '23 08:08 huksley