Skip to content

Ignore prose currency symbols in PDF Markdown to PreTeXt compiler #35

Description

@harsharajkumar-273

The inline math regex pattern /(?<!\$)\$([^$]+)\$(?!\$)/g used in pdfImportService.ts mistakenly matches standard dollar signs used for currency (e.g. $10 and $20), translating them to broken PreTeXt <m>10 and </m>20 tags. The parser should be improved to avoid matching plain currency identifiers.

Metadata

Metadata

Labels

ADVENTURERIntermediate (25 pts)ELUSOCRequired Tracking

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions