kirbytextinline()
Parses KirbyTags and inline Markdown in the given string.
kirbytextinline(string $text = null, array $options = [ ]): string
Parameters
| Name | Type | Default | 
|---|---|---|
| $text | string | 
                null | 
        
              
| $options | array | 
                [ ] | 
        
              
Return type
string
Alias
kti()
Example
<?= kirbytextinline($page->subtitle()) ?>
<?= kti($page->subtitle()) ?>