Last Updated: February 25, 2016
·
645
· victorbstan

Markdown over GET

if you want to send MARKDOWN over GET use encodeURIComponent() instead of encodeURI() because # characters won't be encoded otherwise, (are assumed to be URI fragments) -- http://xkr.us/articles/javascript/encode-compare/

1 Response
Add your response

Good thing to remember :-)

over 1 year ago ·