chore(parser): remove log
This commit is contained in:
parent
927cf6fb64
commit
f523334b82
|
@ -66,8 +66,6 @@ export function parseParagraph(tokens: Token[]): Paragraph {
|
||||||
// Math blocks.
|
// Math blocks.
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
const [_, mathBlock] = inline[0].content.match(MathBlockRegExp) || []
|
const [_, mathBlock] = inline[0].content.match(MathBlockRegExp) || []
|
||||||
// eslint-disable-next-line no-console
|
|
||||||
console.log(mathBlock)
|
|
||||||
if (mathBlock) {
|
if (mathBlock) {
|
||||||
return new Paragraph({
|
return new Paragraph({
|
||||||
style: StyleId.image,
|
style: StyleId.image,
|
||||||
|
|
Loading…
Reference in New Issue