pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.64k stars 464 forks source link

whitespace in generated table of contents #365

Open KaiserKarel opened 6 years ago

KaiserKarel commented 6 years ago

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.

horacimacias commented 4 years ago

I'm having the same issue; did you ever find a workaround/fix for this?