Recently, I've started experimenting with this add-on:
It's useful when I need to include a program code, for example.
I have this line in a SmartTemplates template:
Hi, %recipient(addressbook,nickname,??firstname)%,
When this line is rendered by Markdown Here Revival, it becomes:
I'm looking for a workaround. For example, is there a function to concatenate strings like a join function to join "Hi, ", %recipient(addressbook,nickname,??firstname)%, and ","?
Thank you,
--
- Thunderbird: 128.5.0esr (64-bit)
- SmartTemplates: 4.9
- Markdown Here Revival 4.0.2
Recently, I've started experimenting with this add-on:
It's useful when I need to include a program code, for example.
I have this line in a SmartTemplates template:
When this line is rendered by Markdown Here Revival, it becomes:
I'm looking for a workaround. For example, is there a function to concatenate strings like a join function to join
"Hi, ",%recipient(addressbook,nickname,??firstname)%, and","?Thank you,
--