[markdown-it-checkbox] add licence details

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-10 21:10:48 +02:00
parent 3413e7694a
commit ab5d2c79ec

View File

@@ -1,3 +1,9 @@
/**
* Original source code from https://github.com/mcecot/markdown-it-checkbox
* © 2015 Markus Cecot
* licenced under MIT
* https://github.com/mcecot/markdown-it-checkbox/blob/master/LICENSE
*/
var checkboxReplace; var checkboxReplace;
checkboxReplace = function(md, options, Token) { checkboxReplace = function(md, options, Token) {