Closes #541
This crashes if the description is unset (because it is None), please protect against that.
None
The conversion to markdown generates <p> tags which by default add a margin-bottom of 1em. As a result it looks a bit weird in the description, there's some white (or blue) space at the bottom. You can avoid this by setting style={{marginBottom: "-1em"}} on this element.
<p>
style={{marginBottom: "-1em"}}
1 new commit added
rebased onto 8a8d664a8de7e5dc406ac2a1f3dcc91ea6777a8f
Almost perfect ! Please add in the help line below the config field the following:
<a href="https://daringfireball.net/projects/markdown/">Markdown syntax</a> is supported.
Otherwise people will only know by accident :-)
rebased onto e7eaf92e288350d058ad4c4b958fe45a9b7d6a8b
Thanks!
Pull-Request has been merged by abompard
Closes #541