FusionCMS is currently in an open beta state and under heavy active development.

Markdown

Rich-Text WYSIWYGs are so 2000s. Try out our Markdown field which is auto-expanding and auto-formats as you type. Writing content has never been this fun!


Template Usage

Be sure to use the render_markdown helper to render the Markdown into HTML, then use Blade's {!! ... !!} brackets to parse the HTML:

<div>{!! render_markdown($entry->markdown) !!}</div>

Settings

This field provides the following settings:

Setting Description Format
Name User-friendly identifier. Input
Handle Developer-friendly identifier. Slug
Help Instructions Additional instructions written in small print next to the field. Rich Text
Validation Rules Laravel-specific validation rules view docs Input
Have questions?

We're always happy to help with code or other questions you might have. Contact support or chat live with us on Discord.

Last edited on Friday, January 10, 2020 (4 years ago)