Edgewall Software

ProcessorBazaar: blockquote.py

File blockquote.py, 150 bytes (added by mrenzmann@…, 3 years ago)

blockquote processor

Line 
1""" Processor that encloses the processed text in blockquote tags """
2
3def execute(hdf, text, env):
4    return '<blockquote>\n%s</blockquote>' % text