Skip to content

Commit

Permalink
refactor(CLI): bump to include breaking change notice
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

CLI tool now uses the same option defaults as showdown main library. This mean
the default flavor is vanilla and ghCodeBlocks options is enabled by default.

To update, add `--ghCodeBlocks="false"` to the command.
  • Loading branch information
tivie committed Jan 9, 2017
1 parent e3521bd commit 4d78633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* Created by tivie
*/
'use strict';

var yargs = require('yargs');
Expand Down

0 comments on commit 4d78633

Please sign in to comment.