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:
@@ -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() {});
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user