Markdown 2.0 extension for audio
Project description
Python Markdown Audio Extension
===========

A markdown extension that generates `<audio>` tags
### Usage
::audio[your optional title](/your/song.mp3)
::audio[your optional title](/your/song.mp3 /your/other-song.ogg)
a markdown post
---
title: "my title"
content_type: "micro_post"
published: yes
---
Audio tag test
::audio[title](/static/uploads/notification.mp3)
===========

A markdown extension that generates `<audio>` tags
### Usage
::audio[your optional title](/your/song.mp3)
::audio[your optional title](/your/song.mp3 /your/other-song.ogg)
a markdown post
---
title: "my title"
content_type: "micro_post"
published: yes
---
Audio tag test
::audio[title](/static/uploads/notification.mp3)