-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key error u'##' #46
Comments
Man, that packs a lot of ugly textile into a tiny test. I'm doing a massive rewrite of list handling, so I can't guarantee there will be a quick fix. I don't suppose there's any way to format that list correctly? txstyle.org produces the following: <ol>
<li>test
<ol>
<li>test</li>
</ol></li>
<ol>
<li>test</li>
</ol></li>
</ol> That seems pretty messy and not exactly what I'd expect given the input, but if you can't can't format the textile input better, is that what you're looking for? Can you provide an example of what you think the output should look like? |
Yes, this output is satisfactory. The main thing doesn't throw an error. Thank you. |
Thank you for fixes. |
I try to transform this text:
and get exception:
Can you fix this?
The text was updated successfully, but these errors were encountered: