ropensci / tinkr

Convert (R)Markdown files to XML, edit them, write them back as (R)Markdown
https://docs.ropensci.org/tinkr
GNU General Public License v3.0
57 stars 3 forks source link

make protect math exit early for money #122

Closed zkamvar closed 1 month ago

zkamvar commented 1 month ago

This adds a catch that will make the $protect_math() method exit early without an error if there is unbalanced math without any trailing dollar signs, which will indicate text with dollar amounts (like grants).

Note that this is still vulnerable if dollars are mixed with math that is broken across lines.

This will fix #121

yabellini commented 1 month ago

This is great! Thanks @zkamvar ! 🙏

maelle commented 1 month ago

Thank you!!