evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Inline HTML not possible #11

Closed jonmaim closed 13 years ago

jonmaim commented 13 years ago

Currently console.log( require( "markdown" ).parse( 'heelo' ) ); will produce this:

<b>heelo</b>

Is this normal?

ashb commented 13 years ago

Its expected yes - when writing this I made a decision to not do inline html since I don't like it.

But if you want this Isaac was saying he might be working on a patch for this - perhaps you can see if you can offer any help.

jonmaim commented 13 years ago

Ok thank you! Will ping Issac.