Devyn
Devyn
For 1.x, writing a custom extension is your best bet. I have not seen any provision for styles in any of the markdown specs. As you mentioned this stuff usually...
More than one dash is required in the line between table headers and table body. The following works: ```md | a | b | c | d | | :--...
Forgive my ignorance, is this because of ShowdownsXSS issue? https://github.com/showdownjs/showdown#xss-vulnerability
I could not reproduce [on the showdown js demo site](http://demo.showdownjs.com/#!/%3Cpre%3E%3Ccode%3E%3Cstrong%3Ex%20%3D%200%3C%2Fstrong%3E%3C%2Fcode%3E%3C%2Fpre%3E%0A%0A%3Cp%3EYo!%3C%2Fp%3E%3Cpre%3E%3Ccode%3E%3Cstrong%3Ex%20%3D%200%3C%2Fstrong%3E%3C%2Fcode%3E%3C%2Fpre%3E). What version of ShowdownJs are you using?
I could see the how the universally set "nofollow" would work, but I'm not sure how you could mark a specific section to apply this attribute? Is this something that...
Note to developer, add this to the `Gruntfile.js`in the `config.uglify.options.banner` property.
Typescript would be great- its quite a large change, so help will be needed.
I pulled up the [showdown editor](http://demo.showdownjs.com/) and confirmed that this is not an issue in the latest showdown.js. That means its likely that upgrading the showdown.js dependency in package.json will...
I don't have any plans to make an angular 2 version of this tool. It would be great to have though! I'm definitely open to any contributions from the community...
Rolling back to node v0.8.23 was the only way I could avoid this error. Here are some other symbols that need to be updated ``` ev_ref is deprecated, use uv_ref...