nstrayer / datadrivencv

R package for building customizable CVs from spreadsheets
http://nickstrayer.me/datadrivencv/
Other
594 stars 178 forks source link

Allow square brackets #33

Closed nstrayer closed 3 months ago

nstrayer commented 4 years ago

The previous regular expressions for links would not allow square or round brackets to exist alone as it assumed they were always part of markdown links. Now the regex is smarter about these and allows square or round bracketed text to occur and not get stripped away in an attempt to make a link substitution.

Based on #29