rbbcode icon indicating copy to clipboard operation
rbbcode copied to clipboard

Converts BBCode to HTML. Gracefully handles invalid input. Built on Treetop.

Results 7 rbbcode issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Hi Jarrett, For context, I'm writing an export tool for a phpBB forum to static markdown files. For that I'm slowly trying to catch most bbcode syntax cases that I...

This is relating to #26 I opted to only have the options for `:span` and `:remove` for now. I'm not entirely happy about the use of global option, but I...

The code tag behaves pretty much like the quote, but with different html/markup syntax. For reference: https://www.phpbb.com/community/help/bbcode#f2r1

Hi, BBCode has the [`color` and `size` tag](https://www.phpbb.com/community/help/bbcode). These are not supported yet by the gem and are neither filtered nor converted. I can prepare the code change, but I'd...

Hello Jarrett, the repository doesn't say anything under which license the gem is available. I'd like to make and release a fork that exports to markdown instead of HTML Do...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.3 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies