Microdown
Microdown copied to clipboard
Nested code block not not well rendered
\`\`\`language=pharo|caption=A method&anchor=method
pharoMotto
^ 'Doing something every is the best way to make progress'
\`\`\`
produces
but this
```language=pharo|caption=A method&anchor=method
pharoMotto
^ 'Doing something every is the best way to make progress'
```
in fact nested codeblock was not working at all because for environment we were removing the tabs but for all the elements and it was a mistake. It is the responsibility of the environment to do it and otherwise not. But since an environment such as a slide may contain code block, this is the nesting that was carrying this behavior and not the node itself.