This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
This version delivers the following changes:
- Sets the minimum version of PHP to 7.2.3.
- Adds a second argument to the
parsedown()
helper and to the@parsedown
Blade directive to inline-parse the first argument. - Allows usage of the
parsedown()
helper without arguments. It should return a singleton instance of Parsedown for free usage. - Configures Parsedown singleton based on a config file that can be published and changed. The documentation was updated to show the possible options.