When Format
is used I actually expect all the formatting of the template text to be kept.
I try to illustrate it in this doc: https://coda.io/d/_dCKb2TGQByg
Simplest example: =Format("**This should be {1}**", "bold")
Above doesn’t work.
When Format
is used I actually expect all the formatting of the template text to be kept.
I try to illustrate it in this doc: https://coda.io/d/_dCKb2TGQByg
Simplest example: =Format("**This should be {1}**", "bold")
Above doesn’t work.
There are cumbersome ways around it using Replace
together with Find
, but that is just a pain.