|
From: John S. <jo...@sz...> - 2008-05-15 02:49:57
|
I've been moving my blog to Django, and decided to use the Markdown syntax... so I've been using your library. I ran into a problem where it was unhappy about a header in one of the posts. In particular, it didn't like a hash being in the middle of the header. Gruber's implementation accepts it fine though, and nothing says that it's incorrect. So, I made a patch that makes python markdown match the Perl version more closely and adds a test in the test suite for it. If you have any questions or feedback, please CC me as I'm not subscribed to the list. Thanks! -John |