andrewebdev / tehblog

A very simple django blogging app
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Custom truncate_marker filter #17

Closed andrewebdev closed 13 years ago

andrewebdev commented 14 years ago

A custom truncate filter that looks for a marker in the content, and truncates the content at this point. The marker can be a


tag with a specific class, or any other plain text marker, specified by the filter attributes.

andrewebdev commented 13 years ago

Added this as a ContentModifier filter