Hi all, I'm facing a strange thing I don't understand.
I want to use div tags in a standard page. I have check all my options like mardown extra:true and markdown=1, I tryed to leave a white line after the tag but I get something funny 🙂 :
the first div is shown correctly, but the second is escaped.
<div class="row" markdown="1"><div class="cell-2" markdown="1">
Rouge :
</div>
<div class="cell-2" markdown="1">
Bois :
</div></div>
What I get is

so strange, I tried one tag on a line, one empty line each time etc. Nothing is going right. What am I doing wrong ?
Thanks for any answer.
