Skip to content

Conversation

GrahamCampbell
Copy link
Member

Before:

>>> Illuminate\Mail\Markdown::parse("### test\n");
=> Illuminate\Support\HtmlString {#3811}

After:

>>> Illuminate\Mail\Markdown::parse("### test\n");
=> Illuminate\Support\HtmlString {#4008
     html: "<h3>test</h3>\n",
   }

Copy link
Member

@driesvints driesvints left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat!

@taylorotwell taylorotwell merged commit 512bd79 into 2.x Jan 10, 2020
@GrahamCampbell GrahamCampbell deleted the html-string-cast branch January 10, 2020 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants