In some of my generated proto definitions, too much whitespace is inserted in the table of contents. ``` - [myproto.proto](#engine.proto) - [foo](#bar.baz) - [barbaz](#bazbaz.barfoo) - [too](#much.whitespace) ``` This results in the ` - [too](#much.whitespace)` being interpreted as a quote/code block and not a link.