Problem: displaying of $(...) difficult
It's either ugly if written as $(...) (note that `...` can't be used as it will show $ literally, not replace it with a dollar-sign), or it causes gitdown to issue errors if written as `$(...)`. Solution: use <tt>$(...)</tt> trick Apparently, this still replaces the HTML escape sequence with the dollar-sign, but is still "invisible" to gitdown, so it won't issue any errors about undefined variables.
parent
2c448eec
Please register or sign in to comment