mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
refactor(CLI): bump to include breaking change notice
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.
This commit is contained in:
parent
e3521bd8fa
commit
4d78633c4d
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* Created by tivie
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var yargs = require('yargs');
|
||||
|
|
Loading…
Reference in New Issue
Block a user