Skip to content
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

Incorrect wrap pre-froematted value #47

Closed
tynopet opened this issue Jul 4, 2017 · 5 comments
Closed

Incorrect wrap pre-froematted value #47

tynopet opened this issue Jul 4, 2017 · 5 comments

Comments

@tynopet
Copy link

tynopet commented Jul 4, 2017

I try to format this value:

pre.. word

another

word

yet anothe word

but get the incorrect output with excess pre tags:

<pre><pre>&lt;pre&gt;&lt;pre&gt;word\n\nanother&lt;/pre&gt;\n\nword&lt;/pre&gt;\n\nyet anothe word</pre></pre>

screen

How to fix it?

@ikirudennis
Copy link
Member

This is the same sort of situation as with #45. If you need a more urgent fix, you can use pip install git+https://github.com/textile/python-textile.git@a74bcebb7d6a2618fccf712e81cb1c0d0eabda22#egg=textile to install a version with a fix for both this issue and #45.
Thanks for reporting these issues.

@tynopet
Copy link
Author

tynopet commented Jul 6, 2017

Thank you very much!

@tynopet
Copy link
Author

tynopet commented Jul 6, 2017

Hello, I fetch you fixes and found this bug:

p. text text


h1. Hello

Rendered textile:

<p>text text</p>


h1. Hello

If I write two new lines after element, textile not processing next tag.

ikirudennis added a commit that referenced this issue Jul 7, 2017
anticipating 6 known failures.
@ikirudennis
Copy link
Member

Thanks for providing this update. It's very helpful in improving textile.

@tynopet
Copy link
Author

tynopet commented Jul 10, 2017

Thank you for fixes.

@tynopet tynopet closed this as completed Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants