Sep 25 2009

Markdown Extensions

Some useful extensions for Markdown in Python.

I just wanted to give a quick tip that can extend your Markdown syntax and if you’re using django-markup, a highly customizable text markup to HTML project by Martin Mahner, it is dead easy.

I’m using Python-Markdown for formatting in this blog. To enable some of the official extensions all you have to do is to override filter settings for Markdown and let django-markup handle the appropriate function call for you.

Here is an example setting I use in this blog. In your settings.py define:


    MARKUP_SETTINGS = {
        'markdown': {
            'extensions': ['abbr', 'footnotes', 'toc'],
        }
    }

Then you can enjoy footnotes by using [^1] like this1.

And give them descriptions somewhere in the document:

[^1]:Decriptiongoeshere.

And use abbreviations with,

[*SOMEABBR]:definition.

SOMEABBR must be included somewhere in your text.

Finally, if you have some headings in your document, generating a TOC is as easy as:

[TOC]

  1. Awesome footnote.  

tags:  baratrion.org, blog, django, django-markup, django-mingus, markdown, markdown extensions, mingus

About

Web developer, loves Python/Django and music.

Subscribe

Elsewhere

Categories

Recent Posts

Popular Posts

Archive

BlogRoll

Tag Cloud

29 ekim  5651  8 mart  Bütün müqəddəs qadınların Beynəlxalq Qadınlar Günü  Insha'Allah  access to this site has been suspended  adam olacak çocuk  adama tükürdüğünü yaladın demezler mi  ahmet çakar  antichrist  askerlik  austin  ayvalık  bademler  banned in turkey  baratrion strikes back  baratrion.org  beni kategorize etme  benle oynama  biden  blog  boşuna kafa yormak  bürokrasi  child  cumhuriyet  dağ  django  django-markup  django-mingus  dönere yazı ithaf etmek  ebu zerr  ekmekiçi  erkek  evrak tanzimi  ey oğul birdir kap değişse su  facebook  facebook gerçeği  filipis  gerek yok  ikiçeşmelik  inlines  insan  insanlar  inşallah  izmir  kadın  komiklikler şakalar  küçük bir kız çocuğu edebiyatı  kırtasiye  lütfen  marakesh  marakeş  markdown  markdown extensions  mbti  mccain  milletvekili seçimleri  mingus  modernizm  muhafazakar  musa  myers-briggs type indicator  mütereddit  nihat hatipoğlu  no silver bullet  obama  oldu canım  open source jukebox firmware  palin  pasaport  pharaoh's daughter  phillips qc5170  photo  rachel corrie  resepsiyon  richard dawkins  rockbox  rockbox 3.0  rockboxutility  saç baş  saç kesimi  serzenme  seçimler  sizde bir türlü bizde bir türlü  sırtını dönme  taksi  taksici  tekel işçileri  tûr  türkiye  türkçe  təbrik edirəm  us presenditial elections 2008  valla bak  vicdani red  vicdani ret  yaşar alptekin  yeni ankara döner  yüzünü ekşitme  çocuk  çıkarım  şiir  şukela haber 

Google reader