Closed GoogleCodeExporter closed 8 years ago
That should be "3. Note <br> tags", sorry
Original comment by ad...@381chan.org
on 15 Jan 2011 at 1:58
Sorry if this is invalid... I'm checking the source code for CodeTag, and I'm
seeing that it uses _escape_no_breaks, but I'm still getting <br> tags within
<pre><code>... Trying to figure out why this happens.
Here's the code I'm using to render the HTML:
postmarkup_object.render_to_html(source,
encoding='UTF-8',
clean=True,
paragraphs=True,
exclude_tags=['img'])
Original comment by ad...@381chan.org
on 15 Jan 2011 at 2:08
Ok, this is definitely invalid. I forgot to add `use_pygments=False`.
Original comment by ad...@381chan.org
on 15 Jan 2011 at 2:45
No problem.
Original comment by willmcgugan
on 4 Dec 2011 at 9:40
Original issue reported on code.google.com by
ad...@381chan.org
on 15 Jan 2011 at 1:57