<div dir="ltr"><br>I'll admit the interpretation of <br><br>1. foo<br>* baz<br>- bar<br>- biff<br>* qix<br>- qak<br>7. qux<br><br>as a single list counter intuitive.<br><br>My gut feel for that, after having used markdown.pl with ttree for a few months is that this would be a three level nested list. I KNOW that's not what the docs say.<br>
<br>But the philosophy of markdown is that of an email message. Who changes bullets in the middle of a list? And since indents in email are normally used for quoting, I expect the above to be shorthand for<br><br>1. foo<br>
* baz<br> - bar<br> - biff<br> * qix<br> - qak<br>2. qux<br><br></div>