Welcome Guest, Not a member yet? Register   Sign In
Bbcode support in helper
#5

Try Parsedown: https://github.com/erusev/parsedown

It's not for BBCodes, it's for Markdown, but the syntax is even easier. The code is super easy to use:

PHP Code:
$Parsedown = new Parsedown();

echo 
$Parsedown->text('Hello _Parsedown_!'); # prints: <p>Hello <em>Parsedown</em>!</p> 
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
Bbcode support in helper - by mmrtonmoy - 07-01-2020, 02:32 AM
RE: Bbcode support in helper - by Chroma - 07-08-2020, 02:05 AM
RE: Bbcode support in helper - by kilishan - 07-08-2020, 06:45 AM
RE: Bbcode support in helper - by hobbyci - 10-10-2020, 01:44 PM
RE: Bbcode support in helper - by includebeer - 10-10-2020, 03:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB