SUSE / hackweek

SUSE Hack Week tools and data
https://hackweek.opensuse.org/
MIT License
64 stars 51 forks source link

markdown comment section rendering does not regard newlines #154

Closed okurz closed 8 years ago

okurz commented 8 years ago

observation

Comment content like

L0: now comes a code section
L1: ```
L2: do this
L3: do that
L4: ```

gets rendered into something like

now comes a code section do this do that

expected result

now comes a code section

do this
do that
hennevogel commented 8 years ago

We are not doing anything special, just call redcarpet. Please take your issue there...

okurz commented 8 years ago

I looked through all the redcarpet issues and didn't find anything related but only issues that look more sophisticated, i.e. the code blocks certainly work in redcarpet in general.

I am pretty sure this is a problem on how the content is formatted within hackweek or missing options to redcarpet, please check again.