Displaying 1 result from an estimated 1 matches for "crywrap".
Did you mean:
chwrap
2008 Jun 07
2
mkhtml.py: writing HTML documents in Markdown
...` tags, arguably erroneously. Weirdly, it looks like
Python-Markdown should avoid that mistake:
* <http://babelmark.bobtfish.net/?markdown=%3Cstyle%3Efoo+%7B%7D%3C%2Fstyle%3E>
* <http://babelmark.bobtfish.net/?markdown=%3Clink+%2F%3E>
But at the top of <http://canonical.org/~kragen/crywrap.html> the
problem shows up anyway.
Of course, neither tag has any business being in the HTML body;
they should both be in the head. Since you?re loading
BeautifulSoup anyway, you probably want to include that as fix-up
step in your postprocessing.
Regards,
--
Aristotle Pagaltzis // <http:/...