Open Profpatsch opened 10 years ago
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
<dependency>
<groupId>edu.gmu.cs</groupId>
<artifactId>mason</artifactId>
<version>14.0</version>
</dependency>
Could resolve that by replacing < with <
<dependency>
<groupId>edu.gmu.cs</groupId>
<artifactId>mason</artifactId>
<version>14.0</version>
</dependency>
Not a good solution, though.
Hm, I see.
Every <
lets the code behind it disappear.
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. :)
displays as
compared to