Not all md commands rendered

I am just realizing that not all markdown commands are rendered properly with the new renku interface. One particular example are code blocks that are within README.md; for example text around following decoration: bash

Here is one example (though the project is private):

https://renkulab.io/projects/bistom/enca-inca
vs
https://renkulab.io/gitlab/bistom/enca-inca

1 Like

@Lorenzo was able to analyze the problem.

It looks like there is a space after “bash” that is causing problems for our (third party) markdown processor. GitLab’s markdown handling seems to be more robust.

The workaround for the moment is to remove the extra characters. Maybe there will be an update to our markdown library down that line that will fix this.