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

![_20181101094532](https://user-images.githubusercontent.com/24606096/47827843-0f4b0e00-ddbb-11e8-92ff-7d8c851a6035.png) _** or **_ was effective... but *** not effective...

It seems not support "[TOC]" default?

Used this line :react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android But Not Working

It would be nice to add a minimalist `` syntax highlight like the one available in most of markdown editors using the code type like ```json { "key": "I'm a...

I run it in react-native project. maybe markdown is used for node ,and can't used by webpack.I know util is a module of node. error like this The development server...

original text ``` function foo() { console.log(this); } // below two blank lines cause a bug ``` using markdown ``` markdown.toHTML('```\n\ function foo() {\n\ console.log(this);\n\ }\n\ // below two blank...

A link containing `'` breaks the link: `[a](./media/aaa'bbb)`

Hi guys, just a question about this two tags. I tried to use something link that ``` | Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is |...

··· test ··· to HTML is: ``` test ``` but ,This is right ``` test ```