0.4.2-BETA
Notables changes
- Support prism.js syntax highlighter in addition to highlight.js (#24)
- Upgrade external JS dependencies
- Fix issue where link to every posts is display inside archive (#203)
- Fix issue on global property
thumbnailimageposition
which was ignored (#179) - Add global property to allow swapping pagination (#202)
Breaking changes
Since new syntax highlighter prism.js, you have to configure which syntax highlighter you want to use between highlight.js and prism.js. However if you don't configure it, no syntax highligh will be apply (where previously highlight.js was forced by default).
Please upgrade you're config.toml
(you can checkout exampleSite/config.toml
to see sample) to re-add highlight.js as syntax highlighter (except if you don't need it):