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

Double encoding of code blocks #21

Closed
csomme opened this issue Dec 3, 2015 · 1 comment
Closed

Double encoding of code blocks #21

csomme opened this issue Dec 3, 2015 · 1 comment

Comments

@csomme
Copy link

csomme commented Dec 3, 2015

When using the texttile_restricted function, data in code blocks is double encoded. With a document like the following:

h1. xml example

bc. 
<foo>
  bar
</foo>

I would expect it to output to look something like:

<h1>xml example</h1>

<pre><code>
&lt;foo&gt;
  bar
&lt;/foo&gt;
</pre></code>

Instead, it's generating something like:

<h1>xml example</h1>

<pre><code>
&amp;lt;foo&amp;gt;
  bar
&amp;lt;/foo&amp;gt;
ikirudennis added a commit that referenced this issue Dec 11, 2015
@ikirudennis
Copy link
Member

This is resolved in the develop branch. It will be merged in soon-ish.

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