Add help to substitute macros

This commit is contained in:
Ivan Tham 2020-10-14 10:01:12 +08:00 committed by GitHub
parent 894dbbc997
commit a90984924d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1521,6 +1521,7 @@ fn substitute_macros(input: &str) -> String {
("[ERROR]", "error:"),
("[WARNING]", "warning:"),
("[NOTE]", "note:"),
("[HELP]", "help:"),
("[DOCUMENTING]", " Documenting"),
("[FRESH]", " Fresh"),
("[UPDATING]", " Updating"),