Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

formatter on top of chosen formatter? (double-parse)

edited March 2008 in Vanilla 1.0 Help
If I wanted to make a formatter that was applied to all comments on top of the formatter that they chose, how would I do that? (parsed by the formatter they selected, then parsed by my formatter) I see something in the documentation about ParseChildren; would I just use that instead of Parse? And how would I correctly add it to the StringManipulator so that it wasn't an option as a formatter, but was layered on top of the chosen formatter?
This discussion has been closed.