Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Releases: alsterholm/laravel-markdown

3.1.1

28 Jan 07:50
Compare
Choose a tag to compare

Add support for Laravel 6

3.0.1

16 Sep 19:00
afa349e
Compare
Choose a tag to compare

Update dependencies for Laravel 5.6 and 5.7.

3.0.0

03 Mar 21:28
899e124
Compare
Choose a tag to compare

Update the package to be compatible with Laravel 5.6

2.0.0

30 Aug 19:47
Compare
Choose a tag to compare
Fallback to empty array if config doesn't exist

1.1.6

18 Jan 22:15
Compare
Choose a tag to compare

Expose Parsedown's line method on the Parser class

1.1.5

10 Nov 14:37
Compare
Choose a tag to compare

Fixed release error.

1.1.3

18 Sep 21:15
Compare
Choose a tag to compare

Fixed a bug where trying to parse an empty string caused an exception to be thrown.

1.1.4

08 Nov 10:51
Compare
Choose a tag to compare

Added config options to auto-add line breaks and escape HTML markup

1.1.2

18 Aug 20:12
Compare
Choose a tag to compare

Added fix to leading white space problem. See #1 for details.

1.1.1

18 Aug 19:41
Compare
Choose a tag to compare

Fixed bug that caused wrong method to be called with Blade directive.