# $field->kirbytags()

Parses all KirbyTags without also parsing Markdown

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/config/methods.php#L453>

****

```php
$field->kirbytags(): Kirby\Content\Field
```

## Return type

`Kirby\Content\Field`

This method modifies the existing `$field` object it is applied to and returns it again.


## Examples

```php
<?= $page->text()->kirbytags() ?>
```