refactory-id / bootstrap-markdown

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

preview not work. #316

Closed farshidrezaei closed 6 years ago

farshidrezaei commented 6 years ago

when i click on preview button, just show me markdown code. exp: ##Farshid result should be Farshid but just show me ##Farshid. how can i fix it?

edoferiyus commented 6 years ago

I think you need to include http://www.codingdrama.com/bootstrap-markdown/js/markdown.js on your code

prajapati-kaushik commented 6 years ago

I try to use bootstrap-markdown with webpack. install with node.

npm i bootstrap-markdown

How can I setup dependent markdown.js and to-markdown.js?