markdown-js
markdown-js copied to clipboard
A Markdown parser for javascript
 _** 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 ```