hi all
i m using wmd markdown editor in my project and i have a problem with code tags:
if i enter a code snippet , markdown does not convert to html correctly it converts in "<p>" tags but if i enter some text else first and then code snippet it converts correctly in "<code>" tags
is this a bug of wmd markdown editor? and how can i solve this problem?
| |||
|
feedback
|
|
I was actually working on this for my fixed version of WMD edit. Using regex you can quickly lop off the leading and trailing
To enforce this in wmd.. (I'm asuming you're using the SO fork of wmd editor) Find this part of the code and change it as follows:
Untested, but you should get the idea. | |||
|
feedback
|