magithub
magithub copied to clipboard
Automatically replace `symbol' with `symbol` in pull request body
trafficstars
#239 introduced behavior to copy in the commit message if only one commit is being proposed for merge. Lisp convention is to use `symbol' for symbols, but this is not proper markdown.
A hook could be introduced for commit message washing to replace `symbol' with `symbol`.