summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSascha <mail@saschagrunert.de>2016-09-18 17:48:30 +0200
committerGitHub <noreply@github.com>2016-09-18 17:48:30 +0200
commit79a39d422305a4e055c1cb5d583a39e807648356 (patch)
tree59b5ab947bb04d96c6e319cba6a0c8f76cd1fc06 /README.md
parent1eb4dd21657fc57d597433ff4dc96dc58a349245 (diff)
Added further idea about automatic markdown corrections
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c2169b8..06c6f9c 100644
--- a/README.md
+++ b/README.md
@@ -316,6 +316,7 @@ repository:
## Planned features and improvements
[planned]: #planned
+* [ ] Automatic escape of code in git commits, e.g. DEFINE_A to `DEFINE_A`
* [ ] Multi threading support for parsing.
* [ ] Custom category support.
* [ ] Custom commit message template support, which will be used for commit preparation.