daisylb / giki

A Git-backed wiki with multiple user support, templating and a Git smart HTTP server out of the box.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Better API for formatters #5

Open daisylb opened 12 years ago

daisylb commented 12 years ago

Formatters are now class based as of 1202e47bfc. Need to also add an API for postprocessing (eg table class=table) and a way to easily add third party formatters.

daisylb commented 10 years ago

__Formatter should probably also be called BaseFormatter.