mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 16:14:26 +00:00
Remove leftover log call in the markdown renderer
This commit is contained in:
parent
3ea938e85d
commit
edf4486cf8
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ export class MarkdownElement extends CustomElement {
|
||||||
tokenizer(src, _) {
|
tokenizer(src, _) {
|
||||||
const match = src.match(/^[$](.+?)[$]/)
|
const match = src.match(/^[$](.+?)[$]/)
|
||||||
if(match) {
|
if(match) {
|
||||||
console.log(match)
|
|
||||||
return {
|
return {
|
||||||
type: "mathInline",
|
type: "mathInline",
|
||||||
raw: match[0],
|
raw: match[0],
|
||||||
|
|
Loading…
Reference in a new issue