* removed support for scss_ext and clevercss_ext, since no one was using them anyway, the backwards support was unneeded. importing from `strange_case.extensions.sha` will issue a warning
4.5.6
===================
* Added `misaka` for markdown. Use it :-). Markdown2 has some serious bugs, and I have not heard anything from the developer about whether he will fix them or not... misaka is awesome, and fast. Or, keep using Markdown2, I'm leaving it in `strange_case.extensions`.
4.5.3
===================
* `override` configurator added so that I can set a folder of image titles to `""`.
4.5.2
===================
* no more `_ext.py` files, thanks to `absolute_import` * imports from config.py are now easy, so it is encouraged to use `config.yaml` for config, and config.py to create helpers (which are then imported into `config.yaml`) * I can't emphasize how happy I am to have test coverage :-)
4.4.0
===================
* category extension now supports category-specific detail pages. just add `category: special category` to the special category page, or `categories: [special, categories]` if you want multiple categories to use that page. if you don't implement a category page, it will raise a `NotImplementedError`.