RFC 1734: Should Includes helpers returning Html return HtmlStrings?

Status: Implemented Author: Caen De Silva Created: Jun 23, 2024 Updated: Jun 27, 2024 Source: Issue #1734

We have this class, where we document that "Both Markdown and Blade includes will be rendered to HTML". Wouldn't it then make more sense if these returned HtmlString objects instead of string types?

RFC 1590: [2.x] Dynamic Markdown links

Status: Implemented Author: Caen De Silva Created: Feb 25, 2024 Updated: Jul 25, 2024 Source: PR #1590

Based on RFC 1590 proposed in https://twitter.com/CodeWithCaen/status/1761810371063497098 HydePHP provides a powerful feature for automatically converting Markdown links to source files to the

RFC 1517: Allow the Blade view to be set in Markdown page front matter

Status: Rejected Author: Caen De Silva Created: Feb 1, 2024 Updated: Jun 27, 2024 Source: PR #1517

This proposal adds a front matter option for Markdown pages to allow a custom Blade template to be used. Implementation is simple by adding the following method override to the MarkdownPage class.