Comment on Convert Markdown files to RSS feedparentComments−Rush2112OP2yHey thanks for your comment. Today I actually added support for this. If you make a markdown link to an audio file it will create an RSS enclosure. Including the file length (if it can be retrieved from header information).[audio/mpeg](http://example.mp3)<enclosure url='http://example.mp3' type='audio/mpeg' length='2273741' />
Comments
Hey thanks for your comment. Today I actually added support for this. If you make a markdown link to an audio file it will create an RSS enclosure. Including the file length (if it can be retrieved from header information).
[audio/mpeg](http://example.mp3)
<enclosure url='http://example.mp3' type='audio/mpeg' length='2273741' />