Open antosarho opened 6 months ago
I am using the MissingValueHelper, and it's as simple as return options.fn.text();.
return options.fn.text();
This works well, except for the following: {{myvar}}{{ myvar2 }} will output as {{myvar}}{{myvar2}}
{{myvar}}{{ myvar2 }}
{{myvar}}{{myvar2}}
I can't find a way to nicely preserve that whitespace.
Would this need to be a new feature? Or is there a way to know if there was whitespace in the original missing value?
I am using the MissingValueHelper, and it's as simple as
return options.fn.text();
.This works well, except for the following:
{{myvar}}{{ myvar2 }}
will output as{{myvar}}{{myvar2}}
I can't find a way to nicely preserve that whitespace.
Would this need to be a new feature? Or is there a way to know if there was whitespace in the original missing value?