WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

260

Here's the regex I'd use:

\(\(\([^\)]+\)\)\)

This could be substituted with something like:

<span class="echoechoecho">(((da joos)))</span>

Probably after compiling the markdown into html, but before saving the object to the db.

Here's the regex I'd use: ``` \(\(\([^\)]+\)\)\) ``` This could be substituted with something like: ``` <span class="echoechoecho">(((da joos)))</span> ``` Probably after compiling the markdown into html, but before saving the object to the db.

(post is archived)

[–] 0 pt

There could even be a list of textfilters, through which a loop loops in the save() method...