Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Customization of Defaults

Latest
Compare
Choose a tag to compare
@eagostini eagostini released this 02 Sep 04:23
· 9 commits to master since this release

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.