Skip to content

v0.13.0

Compare
Choose a tag to compare
@dunkmann00 dunkmann00 released this 22 Mar 01:55
· 17 commits to master since this release
0187d44

What's Changed

This has two primary new features:

Add option to disable heading on home page via config
Add support for copy button in code blocks (like on GitHub)
The heading may not be desirable when you are already including a heading. This can be true with Readmes if you already have the title in the Readme. With this PR, you can turn off the heading, for the home page only (which is what the Readme is turned into as the index.html for a repo) through setting home_heading in _config.yml.

Copy button in code blocks needs no pitch, write a code block, get a copy button, boom 🤯

Full Changelog: v0.12.0...v0.13.0