Closed alessioalex closed 5 years ago
The trick was to include a markdown="1" attribute on <div>s. Be careful with making sure the indentation is not 4 spaces inside those divs in the future. If it is then the code is converted to <code></code> tags (as per the markdown specification).
markdown="1"
<div>
<code></code>
fixes #67
The trick was to include a
markdown="1"
attribute on<div>
s. Be careful with making sure the indentation is not 4 spaces inside those divs in the future. If it is then the code is converted to<code></code>
tags (as per the markdown specification).