Imagine a function like this...
function masterRunner(){
var conv = new showdown.Converter()
return conv.makeHtml(`
## markdown doc
you can use markdown for card documentation
- foo
- bar
`)
}
this is the output
<pre><code>## markdown doc
you can use markdown for card documentation
- foo
- bar
</code></pre>
It means i always have to untab my markdown.
I understand why but it seams ungood.
Imagine a function like this...
this is the output
It means i always have to untab my markdown.
I understand why but it seams ungood.