Skip to content

Bolt extension to insert unsafe markdown and HTML, while preserving the editor

Notifications You must be signed in to change notification settings

patarapolw/bolt-markup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bolt Markup

By default, both Markdown field and HTML field is available for Bolt CMS, but sanitation is done before inserting into the database, making rendering of certain elements impossible; especially, for those starting with < (Unless you use &lt;).

But certain markdown specification requires this, e.g.

  • <URL> as a shorthand for [URL](URL)

Also,

<?php
// code goes here

Also, ability to customize markdown might lead to custom markdown specification... e.g. Furigana and Adding classes to markdown.

Anyway, I made this for the time being for <.

About

Bolt extension to insert unsafe markdown and HTML, while preserving the editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published