- Removed debug trace
- Now supports Jekyll 3+
- Updated docs with better installation instructions.
- Updated docs
- Simplified code escaping system, reducing use of raw tags.
- Updated regex order to allow different nested code block types.
- Set plugin priority to lowest, ensuring that code is escaped after all hooks.
- Fixed issue where insignificant whitespace would break escaping.
- Simplified space and tab code block matching expressions.
- Fixed issue where code blocks would get additional whitespace.
- Site-wide code escaping now defaults to false.
- Added support for documentation in Octopress docs.
- Now preserving hand written raw tags inside of code blocks.
Fixes:
- Random tabs don't trigger escapes.
- Raw tags inside of code fences are properly stripped.
- Double in-line code backticks are properly escaped.
- Fix: Removing extra raw tags in markdown code blocks.
- Upgraded to octopress-hooks 2.
- Initial release.