Jeff-Lewis / nhaml

Automatically exported from code.google.com/p/nhaml
0 stars 0 forks source link

:foo filter markup #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Like haml we should support filters.

Following filters are possible currently:

plain 
javascript
css < like javascript but for css blocks
escaped
code
preserve

The filter system should be work like the markup system and should be
expendable from outside. In the future we could think about supporting
other filters like wikimarkup in addin assemblys in the same way boo
compiler is available currently.

http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html

Original issue reported on code.google.com by lanwin...@gmail.com on 10 Nov 2008 at 10:48

GoogleCodeExporter commented 9 years ago

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 10:48

GoogleCodeExporter commented 9 years ago
There should be also a way to embed script in the filters which passed to the
compiler and should be evaluated.

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 11:03

GoogleCodeExporter commented 9 years ago
Textile could also be supported via http://www.codeplex.com/textilenet

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 6:17