#546 Use markdown in hub description
Merged by abompard. Opened by shaily.
shaily/fedora-hubs 541  into  develop

Download 546.patch

This crashes if the description is unset (because it is None), please protect against that.

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.

1 new commit added

  • Changes after review

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 :-)

1 new commit added

  • Add text to help

rebased onto e7eaf92e288350d058ad4c4b958fe45a9b7d6a8b

Thanks!

Pull-Request has been merged by abompard

Metadata