Simon-Initiative / course-digest

Tool to produce a summary or digest of OLI course package contents
MIT License
2 stars 0 forks source link

MER-1748 escape $ in bib entries for citation-js parser #131

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

$ is used in some article titles, but the citation-js component we are using to parse citations apparently treats it as a latex math delimiter. Work around this by escaping all $'s in bibliography entry to \$ before handing to the citation-js parser.