annotate content/Coding/006-nl2br-in-python-markdown.rst @ 24:ae90dc3de83d

Capture last blog edit. Put github before bitbucket in blog roll.
author Brian Neal <bgneal@gmail.com>
date Mon, 15 Feb 2021 13:20:35 -0600
parents 7ce6393e6d30
children
rev   line source
bgneal@4 1 My newline-to-break extension now shipping with Python-Markdown
bgneal@4 2 ###############################################################
bgneal@4 3
bgneal@4 4 :date: 2011-06-21 22:15
bgneal@4 5 :tags: Markdown, Python
bgneal@4 6 :slug: my-newline-to-break-extension-now-shipping-with-python-markdown
bgneal@4 7 :author: Brian Neal
bgneal@4 8
bgneal@4 9 Here is a quick update on a `previous post`_ I made about a newline-to-break
bgneal@4 10 extension for `Python-Markdown`_. I'm very happy to report that the extension will
bgneal@4 11 now be `shipping with Python-Markdown`_! Thanks to developer Waylan Limberg for
bgneal@4 12 including it!
bgneal@4 13
bgneal@4 14 .. _previous post: http://deathofagremmie.com/2011/05/09/a-newline-to-break-python-markdown-extension/
bgneal@4 15 .. _Python-Markdown: http://www.freewisdom.org/projects/python-markdown/
bgneal@4 16 .. _shipping with Python-Markdown: https://github.com/waylan/Python-Markdown/issues/13