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

Hi, the following snippet raises a `TypeError: Cannot read property 'splice' of undefined` error. Not sure about what is going on exactly. The markdown below is a minimal example from...

- If we follow the readme to use this markdown.js in browser, It will not be useful, return 'expose is undefined' and 'markdown is undefined',so i change some code in...

Normally markdown editor should support html tag but if you write some thing like `hi` it'll become something like this `<a>hi</a>

The following link:`[componente badge](http://www.getmdl.io/components/#Badges-section)`is parsed to **http://www.getmdl.io/components/s-section** . I tried to escape the # with # or use or ` ` but i haven't found a workaround to have the...

I have some markdown like this: ``` * one * two * list * x * 1 * 2 * 3 * 4 1. test 2. test2 1. x 1....

it just convert the < & > to &lt; &gt;

What about support of widely used [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/)? We need it. This dialect known as the Redcarpet.

feature

i want to get `Latin1_General_CI_AS`, but get only `Latin1GeneralCIAS`. p.s. early backslash worked for me, but not now https://meta.stackexchange.com/questions/26165/how-can-i-type-an-underscore-symbol-as-part-of-a-word

不支持code换行,就增加pre,我想加入咱们团队,共同改善插件

This library converts HTML code inside a markdown file into "escaped" HTML code, which is pretty problematic. I don't see anything in the README that says "leave stuff of which...