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

A Markdown parser for javascript

Results 101 markdown-js issues
Sort by recently updated
recently updated
newest added

```markdown |Name |Quantity| |-----|--------| |Apple|3 | |Egg |12 | ``` this can't change to html

Hi - Thanks for this awesome NPM package. I'm trying to use it in conjunction with [AlanWalks TOC Generator](https://github.com/AlanWalk/Markdown-TOC#41-default-settings). I created a sample markdown file with HTML anchors: ``` TEST...

Getting the MD file directly from Notion export and images look like this: ```md ### 1. Demo [https://lh6.googleusercontent.com/Ck0OLIFh3cbqkQxiab69NC18z8f6OX_LYvmD4u-zdCMjLqmj3gADJM9Er28pu5jYkKmm7GPmhFnoglwqvinDk67zUMldFeo3yFoRVdqL-5K-sFYRe-mTrPL2ZmmEFrjzBJFzTwtF](https://lh6.googleusercontent.com/Ck0OLIFh3cbqkQxiab69NC18z8f6OX_LYvmD4u-zdCMjLqmj3gADJM9Er28pu5jYkKmm7GPmhFnoglwqvinDk67zUMldFeo3yFoRVdqL-5K-sFYRe-mTrPL2ZmmEFrjzBJFzTwtF) ``` This ends up getting converted to this: ```html Demo [https://lh6.googleusercontent.com/Ck0OLIFh3cbqkQxiab69NC18z8f6OXLYvmD4u-zdCMjLqmj3gADJM9Er28pu5jYkKmm7GPmhFnoglwqvinDk67zUMldFeo3yFoRVdqL-5K-sFYRe-mTrPL2ZmmEFrjzBJFzTwtF](https://lh6.googleusercontent.com/Ck0OLIFh3cbqkQxiab69NC18z8f6OXLYvmD4u-zdCMjLqmj3gADJM9Er28pu5jYkKmm7GPmhFnoglwqvinDk67zUMldFeo3yFoRVdqL-5K-sFYRe-mTrPL2ZmmEFrjzBJFzTwtF) ```...

suggest use fast-markdown-js. It is 1000 times faster then markdown-js.

There is a vulnerability issue in the plugin. npm-audit throwing the vulnerability.

My idea would be, that when you pass a parameter for the encoding, this is put into the html file. Kind of: > md2html myFile.md --encoding=utf8 > myFile.html And then...

Does anyone have this working with typescript, or have typings with it? I'd love if this node package came with the `.d.ts` typings file.

Well, I think the title is self explanatory ^^\ I have a Markdown File named "article.md", and want use this file inside of my html. ```markdown # Hello World! Lorem...

Incredibly specific condition, but this pattern: `[](\S*) [\S*](\/S+ "\S*")` is not being parsed correctly Ex: `[](imgur.com) [a](google.com "a")` -> ``