Mercurial > public > pelican-blog
view content/Coding/006-nl2br-in-python-markdown.rst @ 10:6c03ca07a16d
Renamed my tools directory to "tools".
I named it __bgn because I was worried it would clash with a future Pelican
updaet. But it seems like this would only happen if I re-ran the quickstart
script. "tools" is a better name. :)
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 02 Feb 2014 11:32:13 -0600 |
parents | 7ce6393e6d30 |
children |
line wrap: on
line source
My newline-to-break extension now shipping with Python-Markdown ############################################################### :date: 2011-06-21 22:15 :tags: Markdown, Python :slug: my-newline-to-break-extension-now-shipping-with-python-markdown :author: Brian Neal Here is a quick update on a `previous post`_ I made about a newline-to-break extension for `Python-Markdown`_. I'm very happy to report that the extension will now be `shipping with Python-Markdown`_! Thanks to developer Waylan Limberg for including it! .. _previous post: http://deathofagremmie.com/2011/05/09/a-newline-to-break-python-markdown-extension/ .. _Python-Markdown: http://www.freewisdom.org/projects/python-markdown/ .. _shipping with Python-Markdown: https://github.com/waylan/Python-Markdown/issues/13