Browse Source
Right now, the copyright sign as well as other special char
specifications like `(tm)`, `(r)` and `(p)` are not escapable.
This patch adds the ability to escape them, simply by checking for a `\`
(Backslash) in front of the first bracket (`\(tm)` or `\(c)`).
Maybe not the best way, but works 🤞
pull/501/head

1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue