1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

update CHANGELOG.md

This commit is contained in:
Awilum
2020-12-19 16:57:24 +03:00
parent 1793800f85
commit ee8164ab7d

View File

@@ -23,14 +23,14 @@
**New methods to access Parsers:**
```
```php
flextype('parsers')->shortcode()
flextype('parsers')->markdown()
```
**Adding macros:**
```
```php
flextype('parsers')::macro('NAME', CALLBACK_FUNCTION() {});
```