markvincze / sabledocs

Simple static documentation generator for Protobuf and gRPC contracts.
MIT License
45 stars 12 forks source link

blank lines in `package` docstring don't seem to translate to carriage return in generated output #18

Closed gmabey closed 7 months ago

gmabey commented 8 months ago

Some basic markdown-esque features seems to be working, such as inserting a blank line where a new paragraph is desired.

This seems to work great in regular message docstrings, but doesn't seem to work for package docstring. (all of the content seems to go into a single paragraph)

markvincze commented 8 months ago

@gmabey Thanks for reporting this, good catch!

Should be fixed in #24

markvincze commented 8 months ago

Fixed in #24
@gmabey if you can also test if it works now correctly, that'd be appreciated!

markvincze commented 7 months ago

@gmabey Closing this now, feel free to reply if it's still not working correctly.

gmabey commented 7 months ago

Yes! it does work thank you.