mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Update website
This commit is contained in:
@@ -353,6 +353,10 @@ function markdownToHtml(md) {
|
||||
|
||||
output = output.toLowerCase();
|
||||
|
||||
while (output.length && output[output.length - 1] === '-') {
|
||||
output = output.substr(0, output.length - 1);
|
||||
}
|
||||
|
||||
let temp = output;
|
||||
let index = 1;
|
||||
while (doneNames.indexOf(temp) >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user