Wrap filenames and inline content in backticks to ensure they are rendered exactly as typed. This prevents the string _default_ from being shown in italics, losing the leading and trailing underscore.
_default_
rebased onto a7ffaae4caf3f4b66b54967d74b9aa06076d3b95
Thanks for pointing this out. Unfortunately, the affected lines are commented out in the current version. The described fix is no longer needed if a change is made to the configuration file, which is also necessary. I have manually added the suggestion to the currently commented out lines - just in case something else comes up during the bug fixing process and we need this fix again.
Pull-Request has been closed by pboy
Wrap filenames and inline content in backticks to ensure they are
rendered exactly as typed. This prevents the string
_default_frombeing shown in italics, losing the leading and trailing underscore.