Open
Description
Sometimes one writes comments that include code in backticks, e.g.
# lowest sensible value is `x=1`
x = 4
In this case, it would be nice if the expression x=1
in the comment was also formatted.
I believe Documenter.jl defines exactly which parts of what comments can be extracted and run as code. These are the ones that should be formatted.