refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Unable to mix html tags with the editor #73

Closed ajeeshpu closed 10 years ago

ajeeshpu commented 10 years ago

When i try to mix an image tag or div or a table tag of html with the markdown it gets interpreted as a string and does not render the content correctly.

ivan-kleshnin commented 10 years ago

+1

acrobat commented 10 years ago

Does the problem occur when you use the preview mode? Because the editor uses external libs to do this conversion

The preview functionalities and html to markdown conversion are provided by 3rd party codes : markdown-js, marked (default failover if markdown-js lib not available) and to-markdown.

ivan-kleshnin commented 10 years ago

Yes, the preview mode only

acrobat commented 10 years ago

Then you should check what parser you use and create an issue with that parser lib, so they fix this issue with the conversion

ivan-kleshnin commented 10 years ago

Ok, thanks

ajeeshpu commented 10 years ago

It was to-markdown for me. Thanks for the input