vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Automatically replace `symbol' with `symbol` in pull request body #243

Open vermiculus opened 6 years ago

vermiculus commented 6 years ago

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`.