Added markedjs for #1604

This commit is contained in:
the-djmaze 2024-08-25 18:04:59 +02:00
parent cb7dafba4d
commit 34f730a196
3 changed files with 2488 additions and 2 deletions

2483
vendors/marked/marked.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,6 @@
*/
const TurndownService = (() => {
'use strict';
const repeat = (character, count) => Array(count + 1).join(character),