mdgriffith / elm-codegen

https://package.elm-lang.org/packages/mdgriffith/elm-codegen/latest/
BSD 3-Clause "New" or "Revised" License
137 stars 16 forks source link

Some rendering improvements #55

Closed mdevlamynck closed 1 year ago

mdevlamynck commented 1 year ago

While converting my code to use elm-codegen I wanted to fix some small quirks of the rendering.

Changes in this PR:

I would also like to remove the trailing whitespace at the end of the first line of a doc comment when its empty (render {-| instead of {-|) but the change doesn't seem trivial.

mdgriffith commented 1 year ago

Thank you!