# Not all md commands rendered

**URL:** https://renku.discourse.group/t/not-all-md-commands-rendered/406
**Category:** RenkuLab
**Created:** [3 September 2021 10:44 UTC](https://renku.discourse.group/t/not-all-md-commands-rendered/406 "2021-09-03T10:44:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![firat](https://avatars.discourse-cdn.com/v4/letter/f/ecae2f/32.png) [@firat](https://renku.discourse.group/u/firat)
#### Post date: [3 September 2021 10:44 UTC](https://renku.discourse.group/t/not-all-md-commands-rendered/406/1 "2021-09-03T10:44:56Z")

</div>

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](https://renkulab.io/projects/bistom/enca-inca)  
vs  
[https://renkulab.io/gitlab/bistom/enca-inca](https://renkulab.io/gitlab/bistom/enca-inca)

---

<div class="post-metadata">

### Author: ![cramakri](https://yyz2.discourse-cdn.com/free1/user_avatar/renku.discourse.group/cramakri/32/7_2.png) [@cramakri](https://renku.discourse.group/u/cramakri)
#### Post date: [3 September 2021 12:16 UTC](https://renku.discourse.group/t/not-all-md-commands-rendered/406/2 "2021-09-03T12:16:14Z")

</div>

@Lorenzo was able to analyze the problem.

 ![image](https://global.discourse-cdn.com/free1/uploads/renku/original/1X/fb553ede3501ab042c1091f4acd71a75ca9751ea.png)

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.
