We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix types for formattingHanlder
parsers/libs/ooxast/ooxast-util-to-unified-latex/src/lib/handlers/r.ts
Line 70 in 3cef89a
if (!prop || !('w:val' in prop) || !prop['w:val'] || prop['w:val'] === '0') { return text } const tagName = name.replace(/\w+:/, '') as keyof typeof h.formattingHandlers const handler = h.formattingHandlers[tagName] if (handler) { text = handler( h, text, // @ts-expect-error TODO: Fix types for formattingHanlder prop, node, ) } return text }, text as UnifiedLatexNode | UnifiedLatexNode[]) return formattedText }
002092943ea076daf78d55badaa52c7c12e1cf99
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fix types for formattingHanlder
parsers/libs/ooxast/ooxast-util-to-unified-latex/src/lib/handlers/r.ts
Line 70 in 3cef89a
002092943ea076daf78d55badaa52c7c12e1cf99
The text was updated successfully, but these errors were encountered: