|
@@ -56,7 +56,6 @@ function doReplace(content: string, matches: Replacement[], options: BBCodeConfi
|
|
|
}
|
|
|
|
|
|
function listItemReplace(options: BBCodeConfig, fullMatch: string, tag: string, value: string) {
|
|
|
- console.log(fullMatch);
|
|
|
return '<li>' + doReplace(value.trim(), [{ e: '\\[(\\w+)(?:[= ]([^\\]]+))?]((?:.|[\r\n])*?)\\[/\\1]', func: tagReplace }], options) + '</li>';
|
|
|
}
|
|
|
|