- Fix
console
errors ofdist/styledown.js
in certain JS runtimes
- Allow overriding templates from the configuration.
- Version bump. No changes.
- Changed GitHub URL to https://github.com/styledown/styledown, and updated all URLs in the docs accordingly.
- The default conf (
styledown --conf
) now includes a<meta name='viewport'>
tag for responsiveness.
- Make examples with long lines have more readable code by wrapping them.
- Added the
--output
option. - Show an error when
styledown FILE
is invoked with an invalid file. - Update the HTML indentation library.
- CSS: improve appearance of code examples.
- CSS: make the layout responsive.
- Document the API.
- Make the documentation more readable by breaking it apart into files.
- Update the
Styledown.parse
API to accept arrays of files too.
- Update examples. No other changes.
- Implement some JavaScript, which you can get via
styledown --js
. - HTML code is now hidden by default. (Requires the use of JS)
- Remove the undocumented Express/Connect middleware.
- Add more examples.
- (internal) Upgrade Cheerio from 0.13 to 0.17.
- (internal) Upgrade Jade from 1.1 to 1.5.
- (internal) Make Styledown compatible with Ruby. A rubygem should be out soon.
- Use inline CSS mode by default when used with CSS files.
- Implement
--help
and--version
. - Implement opening a file via
styledown FILE
. - Implement
--inline
mode.
Initial release.