bjornregnell / taggy

A Scala 3 library for tagging text and making nice slides.
Apache License 2.0
1 stars 0 forks source link

don't require strange escape for amposands #3

Open bjornregnell opened 1 year ago

bjornregnell commented 1 year ago

It is not easy to escape amposand except in back-ticks regions with just regexp. So to fix that it is not necessary to write \\\\& instead of & we need to implement general "not withing code block" replacing of amposand with \& in latex code.