diff --git a/js/legacy/markdown-it-checkbox.js b/js/legacy/markdown-it-checkbox.js index 74406a091..1aa1ecf95 100644 --- a/js/legacy/markdown-it-checkbox.js +++ b/js/legacy/markdown-it-checkbox.js @@ -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; checkboxReplace = function(md, options, Token) {