Breaking Changes
- Code highlight settings has been changed to include not only the highlight theme, but also the code block folding status and clipboard button enable status
- The clipboard plugin is also removed
article:
# Code highlight settings
highlight:
# Code highlight themes
# https://github.com/highlightjs/highlight.js/tree/master/src/styles
theme: atom-one-light
# Show code copying button
clipboard: true
# Default folding status of the code blocks. Can be "", "folded", "unfolded"
fold: unfolded
New Features
- Add code block folding functionality #399
- HTML meta tag is now global configurable #462
Improvements
- Visual update to the clipboard button
- Add a Gitalk option (createIssueManually) #478
- Remove Google Plus from AddToAny default buttons #501
Bug fixes
- Prevent long table horizontal overflow by allowing scrolling #480
- Fix title and description overflow in profile widget and archive page #486 #502
- Break long links in the article body #502
- Unwrap
<p>
for justified gallery to work #504