Source content in the file:
+ *\-e* displays control and no...
+ *\-t* each tab will display as...
+ *\-v* displays control and no...
This is what I got(note the asterisk been kept as origin):
While this is what I expected:
And I have tried other markdown editor like this and IDEA plugin, they all work as expected.
I am not sure if I miss anything?
BTW, the template I use just put the plain content out:
<div class="post-description">
<p>{{.Content}}</p>
</div>