creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
MIT License
902 stars 110 forks source link

how can enable filters #61

Open rdthree opened 12 years ago

rdthree commented 12 years ago

i'd like to enable a markdown filter a la haml:

` %root %child :markdown

how can i do this?

aaronblohowiak commented 12 years ago

This is hard because of the way that indenting is processed within haml-js and markdown. currently there isn't really a depth level tracking in the way you'd like to make markdown work.