[build] 4.5.4
This commit is contained in:
parent
e43ded4ea7
commit
a1d2a1f1e3
9 changed files with 10 additions and 10 deletions
|
|
@ -2982,7 +2982,7 @@ Compiler.prototype._initRenderer = function _initRenderer () {
|
|||
if (checked) {
|
||||
text = text.replace(CHECKED_RE, ("<input type=\"checkbox\" " + (checked[1] === 'x' ? 'checked' : '') + " />"));
|
||||
}
|
||||
return ("<li>" + text + "</li>\n")
|
||||
return ("<li" + (checked ? " class=\"task-list-item\"" : '') + ">" + text + "</li>\n")
|
||||
};
|
||||
|
||||
renderer.origin = origin;
|
||||
|
|
@ -4063,7 +4063,7 @@ initGlobalAPI();
|
|||
/**
|
||||
* Version
|
||||
*/
|
||||
Docsify.version = '4.5.3';
|
||||
Docsify.version = '4.5.4';
|
||||
|
||||
/**
|
||||
* Run Docsify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue