$field->kirbytextinline()
Converts the field content from inline Markdown/Kirbytext to valid HTML
$field->kirbytextinline(array $options = [ ]): Kirby\Cms\Field
Parameters
Name | Type | Default |
---|---|---|
$options | array |
[ ] |
Return type
Aliases
You can use the following aliases for this field method in your template:
$field->kti(…)
Example
<?= $page->subtitle()->kirbytextinline() ?>