In the definition of code spans in the latest 0.31.2 spec, it states:
Code span backticks have higher precedence than any other inline constructs except HTML tags and autolinks.
However,
[foo](/ "bar`baz")`
is treated as a link followed by a backtick in dingus, and the backtick between bar and baz does not become a opener of a code span. Apparently, link titles have higher precedence than code spans.
This behavior should be stated in the spec, either in 6.1 Code spans or in the lint title definition.