# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) This project does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.0] – 2018-01-16 ### Added - Highlight code blocks with Solarized color theme (light or dark). - Naively show inline and block HTML. - Set iTerm marks for headings. - Auto-detect whether mdless can use iTerm2 marks. - Add `--colour` flag to enable or disable coloured output. ## [0.1.1] – 2018-01-14 ### Fixed - Fix Travis CI badge on crates.io. - Fix license layout in README. ## [0.1] – 2018-01-14 ### Added - Support inline formatting. - Support headings. - Support code blocks and block quotes. - Support ordered and unordered lists, with nest. - Show links, with references grouped by section.