Markdown formatting in HTML-formatted lists exported “as is”

Hi,

So I used HTML to make a nested list, i.e. in the following format:

<ol>
<li>Item 1</li>
<li>Item 2</li>
<ol>
<li>[Item 2.1](hyperlink)</li>
<li>_Item 2.2_</li>
</ol>
</ol>

And the Markdown formatting within an HTML-formatted list isn’t processed by WriteFreely, it’s exported “as is” :

I’ve removed this portion of text since I started this draft but it worked with HTML tags, e.g.:

(…)
<li><em>Item 2.2</em></li>
(…)

That’s about it! Thank you for all your work!