-
This happens because rawgit has gone down; the relevant GitHack URLs for the two dependencies that were linked from rawgit are
* https://raw.githack.com/eligrey/FileSaver.js/master/dist/FileSaver.m…
-
As said above:
I´m trying to use a "quote" CodeDefinition that can be used with or without option!
Both work, but when I want to use other jBBCode tags inside the option parameter of the quote tag, t…
-
This is a tracking issue for the work ahead. The new shortcode parser will be based on https://github.com/thunderer/Shortcode and will support all the currently supported BBCode tag and perform the au…
-
### Tested versions
- Reproducible in Godot v4.3.stable (bce457cec)
### System information
Godot v4.3.stable (bce457cec) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660…
-
We need to check if there's a way to make BBCode parser faster on complicated tables.
-
Currently the BBCode parser is doing some checks with OEmbed and OpenGraph of some links. But it doesn't seem to be really straight forward.
I would suggest some cleaning up: OEmbed should only be …
-
http://stackoverflow.com/questions/1799454/is-there-a-solid-bb-code-parser-for-php-that-doesnt-have-any-dependancies/1799788#1799788
-
This should be an MVE:
```
>>> import bbcode
>>> p = bbcode.Parser(replace_cosmetic=False)
>>> p.format('[list=1][*](c)[/list]')
'©'
```
I think that whatever formatter is doing the su…
-
I needed list of all code definitions Parser can handle, but could not find a way to get it.
I suggest expanding class Parser with something like this:
```
public function getCodeDefinitions() {
r…
-
### Describe the project you are working on
I'm working on a game; I'm using and developing a sublime text add-on in order to help make my game. Sublime text supports LSP and I've been able to use it…