Re: Markdown filter piped into custom filter

2009-01-11 Thread Brian Neal
On Jan 11, 11:27 am, Brian Neal wrote: > I wrote a filter that searches for patterns in text and replaces them > with tags: > > {{ comment.text|smilify }} > > It does various silly things like replace :-) with an actual smiley > face image. Seems to work great. > > When I combine it with the mar

Markdown filter piped into custom filter

2009-01-11 Thread Brian Neal
I wrote a filter that searches for patterns in text and replaces them with tags: {{ comment.text|smilify }} It does various silly things like replace :-) with an actual smiley face image. Seems to work great. When I combine it with the markdown filter, like this: {{ comment.text|markdown:"saf