annotate content/Coding/006-nl2br-in-python-markdown.rst @ 12:5ff71680269a
Set DISQUS_NO_ID so we don't confuse Disqus.
The Pelican Bootstrap3 theme is by default adding data-disqus-identifier to
my comment count links. Since my old blog didn't have these, I think Disqus
is getting confused. When I removed this, some blog entries where Disqus
didn't know what the comment count was suddenly began showing the correct
comment counts (mainly 0 I think).
author |
Brian Neal <bgneal@gmail.com> |
date |
Tue, 04 Feb 2014 18:44:59 -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
|