$field->smartypants()
Applies SmartyPants to the field
$field->smartypants(): Kirby\Cms\Field
Return type
Aliases
You can use the following aliases for this field method in your template:
$field->sp(…)
Example
<?= $page->text()->smartypants() ?>