Commit b1a5a1df authored by Patrik Wenger's avatar Patrik Wenger
Browse files

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>&#36;(...)</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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment