protoc-gen-doc icon indicating copy to clipboard operation
protoc-gen-doc copied to clipboard

Support for lists in thml generation

Open Globegitter opened this issue 6 years ago • 0 comments

If I have a comment like:

// Some comment
//
// 1. Something
// 2. Something else
// 3. More
//
// After list comment

it would be nice if that would automatically be converted to an ordered list (i.e. <ol><li>...</li>...</ol>) - using the markdown generator it already gets converted to a list as expected.

Globegitter avatar Jul 16 '19 07:07 Globegitter