-
**Is your feature request related to a problem? Please describe.**
Many web applications offer ways to format user comments. And many of them go with bbcode.
**Describe the solution you'd like**
…
-
I've had a case where two separate bbcodes with identical parser permissions in the same post, the 2nd one of them isn't rendering. https://forums.sufficientvelocity.com/posts/6732088/
I haven't been…
-
### Describe the project you are working on
Godot Editor
### Describe the problem or limitation you are having in your project
While thinking about solutions for #10318, I've noticed that God…
-
-
Hello I am current having this issues and it's quite annoying as BBCode parser is currently wrapping all url in `` tags. I have disabled the Replace links options in all my custom BBCode tags so I don…
-
Currently, the string core extensions (`Bbcode::Helpers`) are automatically loaded. As the method names (except `as_bbcode`) are not very likely to be unique, this caused some problems in the applicat…
-
Hi,
I discover your parser.
I try convertToHtml() function.
Some bbcode are not covered by parser :
1. quote bbcode with parameters :
`[quote="username"]text[/quote] `
('quote' bbcode…
-
I get this:
```
File "/app/apps/posts/forms.py", line 19, in save
instance.save()
File "/usr/local/lib/python3.5/site-packages/django/db/models/base.py", line 806, in save
force_updat…
-
### Describe the project you are working on
BBCode input prompt that gets events from an action map, e.g. `Press [action]use[/action] to use` would show "Press E/(X) to use"
### Describe the problem…
-
Extend the bbcode parser and add various options.
Add configurable support for
- markdown (similar to wiki or github)
- limited html - safe tags, with limited whitelist and blacklist support
- joomla…