Class: NanDoc::Filters::General
- Inherits:
-
Nanoc3::Filter
- Object
- Nanoc3::Filter
- NanDoc::Filters::General
- Defined in:
- lib/nandoc/filters.rb
Instance Method Summary collapse
-
#run(content, params = {}) ⇒ String
The filtered content.
Instance Method Details
#run(content, params = {}) ⇒ String
Returns The filtered content.
81 82 83 |
# File 'lib/nandoc/filters.rb', line 81 def run content, params={} CustomTags.change_item_content content end |