pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.61k stars 462 forks source link

Support for lists in thml generation #394

Open Globegitter opened 5 years ago

Globegitter commented 5 years ago

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.