ninjecto.plugins.filters.quote
¶Filter to add quotes to text.
filter_quote()
:
Filter to add quotes to text.ninjecto.plugins.filters.quote.
filter_quote
(environment, text, quote='"', escape_with='\\', newline=None)¶Filter to add quotes to text.
This is a naive implementation, as the specifics can vary a lot depending on where you are writing the text.