mattmezza / msgdown

*Simple* /messages/, _formatted_.
MIT License
10 stars 1 forks source link

Escape token #3

Open jfmrm opened 4 years ago

jfmrm commented 4 years ago

In some cases we should be able to scape a token, as the default tokens are fairly common chars like '/', so we should be able to make something like '\ /' for it to render '/'.

(fun fact: I had to edit this text because Github has scape the '\ ')

mattmezza commented 4 years ago

You are right: this should be fixed, it should be fairly easy :)

jfmrm commented 4 years ago

I can try to make this PR, but my JS is pretty rusty. No promises here haha.