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

quoting in pre code blocks #590

Closed
tcurdt opened this issue May 13, 2015 · 2 comments
Closed

quoting in pre code blocks #590

tcurdt opened this issue May 13, 2015 · 2 comments

Comments

@tcurdt
Copy link

tcurdt commented May 13, 2015

This code block

    def map
      "bla" >
    end

gets converted to

<pre><code>def map
  &quot;bla&quot;  &gt;
end
</code></pre

which should really be

<pre><code>def map
  "bla" >
end
</code></pre
@joshbruce
Copy link
Member

#983

@Feder1co5oave
Copy link
Contributor

Feder1co5oave commented Jan 10, 2018

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

3 participants