papperlapapp
papperlapapp
In addition to the predefined prefixes 'gh', 'gl' and 'bb', allow defining your own prefixes for, e.g. internal hosts.
The CommonMark spec allows lazy continuation lines in lists, e.g. ``` 1. A paragraph with two lines. ``` and pymarkdown is currently happy with these. I'd rather prefer to have...
This pull request adds another list option "scopes" to the conventional commits rule (CT1). It allows to restrict the used scopes to the ones configured. By default, the list is...
The `-MMD` option instructs the compiler to generate dependency files. However, these are currently unused as the `Makefile` misses the necessary include: `-include $(OBJDIR)/*.d`