removed console.log

This commit is contained in:
gapmiss 2023-02-10 00:25:49 +00:00 committed by GitHub
parent a3e9a8fe91
commit 0bc8320a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,6 @@ export function buildPostProcessor(): MarkdownPostProcessor {
return (el) => {
el.findAll("code").forEach((code) => {
let text = code.innerText.trim();
console.log(text);
if (text.startsWith('~![')) {
let frag = text.substring(2).trim();
if (frag.endsWith(']')) {