refactory-id / bootstrap-markdown

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

underscore '_' character not showing #248

Closed yonetmen closed 8 years ago

yonetmen commented 8 years ago

underscore '_' characters not showing. If you use only one underscore then it works just fine but when you use more than one underscores (i use them in URLs) then it doesn't show those characters and I get false url address.

yonetmen commented 8 years ago

Why do we need to use escape '\' character with use of '_' characters? What is special about them?

acrobat commented 8 years ago

Which markdown processor do you use? I think it's a problem of the processor (marked, markdown-js,...) as _ is the delimiter of italics text

yonetmen commented 8 years ago

Oh, I see... I am fairly new to Markdown. I use "markdown.js". Sorry if this was not a real issue as I thought.

acrobat commented 8 years ago

No problem! I would suggest opening an issue at the markdown-js repository so they can explain if it's a bug or if you should escape those characters