jbowens / jBBCode

A lightweight but extensible BBCode parser
http://jbbcode.com
MIT License
164 stars 32 forks source link

Tags without closing #80

Open Wertos opened 6 years ago

Wertos commented 6 years ago

How to define for example the tag [hr] to replace with


? Without closing tag.

AragonDeLosReyes commented 3 years ago

Have you been able to do it? At the moment I have not found the correct way, but what I have done is str_replace ('[hr]', '[hr] [/ hr]', $bbcode)

aught13 commented 2 years ago

Should change this to an enhancement request to allow for self-closing tags