typst / biblatex

A Rust crate for parsing and writing BibTeX and BibLaTeX files.
Apache License 2.0
120 stars 15 forks source link

Don't escape colons when writing verbatim fields #22

Closed mutlusun closed 2 years ago

mutlusun commented 2 years ago

Hello,

this PR fixes the discussion around colons in #21 .

I'm not sure whether it's smartest way to differentiate between a write and read mode but didn't come up with a better idea so far. Looking forward to your comments!

Best