1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-22 04:42:57 +02:00

feat(shortcodes): add [textile] shortcode

This commit is contained in:
Awilum
2022-05-13 16:48:26 +03:00
parent bd70310eb0
commit f7e717f3b8
4 changed files with 43 additions and 0 deletions

View File

@@ -565,6 +565,9 @@ parsers:
raw:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/RawShortcode.php"
textile:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/TextileShortcode.php"
markdown:
enabled: true
path: "/src/flextype/core/Parsers/Shortcodes/MarkdownShortcode.php"