Skip to content Skip to sidebar Skip to footer
Showing posts with the label Markdown

How To Fix This Regex So It Replaces * Properly (between Words)?

I'm practicing regex. I thought of creating regex that turn * into , just like with Markdown: … Read more How To Fix This Regex So It Replaces * Properly (between Words)?

Markdown -> Showdown Bug In Detab Regex?

I'm looking at Gruber's original Markdown implementation here and the Showdown implementati… Read more Markdown -> Showdown Bug In Detab Regex?

Regex For Detecting Url In Plain Form And In Markdown

I am trying to capture user input in a textarea that might be a url (and similarly email) in any of… Read more Regex For Detecting Url In Plain Form And In Markdown