This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
XML tags are stripped. #30
Comments
The code looks like this <pre><code class='prettyprint '><dependency>
<groupId>edu.gmu.cs</groupId>
<artifactId>mason</artifactId>
<version>14.0</version>
</dependency>
</code></pre> instead of this
|
Could resolve that by replacing < with <
Not a good solution, though. |
Hm, I see. |
Prbl is in ImpressRenderer's block_code/codespan that dont html escape (unlike Redcarpet::Render::HTML that does escape) |
Can this be fixed? |
Fixed in master. Please pull and try again. BTW, I am slowly going to transition to this project to abandonware. I don't use it anymore and don't have the time to maintain it. If you are interested in taking over as maintainer, please let me know! |
@egonSchiele What do you use instead? |
I use mdpress when I need to, I just don't give very many talks :) |
I guess that’s kind of ideal. :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
displays as
compared to
The text was updated successfully, but these errors were encountered: