Zotero note templates - rendering extraneous \
Hi, I've formatted my exported highlights to create admonition notes in obsidian as so:
```ad-quote
title: {{citation}}
{{highlight}}
{{if comment}}
JKF: {{comment}}{{endif}}
```
What I'm finding is that each ` gets a \ placed in front of it, which I then need to do a search and replace all to get rid of. Is there a way of getting round this, please?
```ad-quote
title: {{citation}}
{{highlight}}
{{if comment}}
JKF: {{comment}}{{endif}}
```
What I'm finding is that each ` gets a \ placed in front of it, which I then need to do a search and replace all to get rid of. Is there a way of getting round this, please?
-
jenkafedited April 28, 2022Oh, that's formatted my template rather than showing it as written, still, I hope it shows the flavour of what I'm asking.
-
jenkafSorry, I see this is covered here: https://github.com/zotero/zotero/issues/2343