1
Fork 0
mirror of https://github.com/glassflame/glassflame.github.io.git synced 2024-10-16 06:27:32 +00:00

Remove leftover log call in the markdown renderer

This commit is contained in:
Steffo 2023-11-06 18:05:13 +01:00
parent 3ea938e85d
commit edf4486cf8
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -108,7 +108,6 @@ export class MarkdownElement extends CustomElement {
tokenizer(src, _) {
const match = src.match(/^[$](.+?)[$]/)
if(match) {
console.log(match)
return {
type: "mathInline",
raw: match[0],