-
Hey thanks for writing this its helped alot in my forum software, I added in a callback function to replace the code tags separately and to also keep bbcodes intact, you may wish to use htmlspecialcha…
-
Hi. Can anyone share with me php parser for wysibb editor?
ghost updated
8 years ago
-
Nearly all BBCode engines I've used in the past use the following format:
```
[list]
[*]List item 1
[*]List item 2
[*]List item 3
[/list]
```
Same as:
``` html
List item 1
List item 2
List i…
-
Look at the GIF below
![backquotes issue](https://user-images.githubusercontent.com/72157778/96361700-96bcf380-1130-11eb-925e-deb8514f5e98.gif)
Test code
```
` backquotes `
[b]`[/b] bac…
-
Bonjour,
Tout d'abord, merci pour ce script qui va me permettre d'ENFIN changer :+1: :-)
J'ai cependant un soucis sur des BBCodes non supportées. Dans le fichier de log (que vous trouverez ci joint)…
-
According to https://www.bbcode.org/examples/?id=10 the way to add image description or alt text to images should be:
`[img alt="Lubeck city gate" title="This is one of the medieval city gates of Lub…
-
В сообщениях форума добавить подсветку кода. Например, через https://github.com/google/code-prettify
-
Hi, is it possible to validate attributes?
For example: you show a font-sample with font-size 12px.
- How to I validate the attribute value for int-only values?
- How to enrich the value, like "1…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when my server uses markdown and kivy can't render it.
**Describe the solution you'd like**
`kivy` should …
-
Not sure if thats a problem for normal use cases, but using HTML escaping
or h() in CakePHP
you get
```
Some "demo" string
```
transformed into
```
Some "<b>demo</b>" s…