-
Currently the following:
```
[email](mailto:toby@flarum.org)
```
is rendered as:
> \[email](mailto:[toby@flarum.org](mailto:toby@flarum.org))
instead of:
> [email](mailto:toby@flarum.…
-
Found this today while parsing a list of amazon urls in a post:
```
$configurator = new s9e\TextFormatter\Configurator;
$configurator->Litedown;
$configurator->Autolink;
extract($configurator…
-
Hi,
I'm developing an extension to add Markdown support in posts, private messages and signature, however an user reported me that a custom posting editor option "Disable Markdown" is not working w…
-
This issue tracks possible changes to the [Litedown syntax](http://s9etextformatter.readthedocs.io/Plugins/Litedown/Syntax/). Litedown was created a little more than [4 years ago](https://github.com/s…
-
Due to tag priority (I guess) whenever you use `[TAG]:whatever[/TAG]` the tag gets ignored because of litedown LinkReferences. This gets tricky when having aliases using :code: like emojis for example…
-
[Babelmark2](https://johnmacfarlane.net/babelmark2/?normalize=1&text=!%5B%5D(img.png+%3D123x456))
Supported by:
* [RDiscount](http://dafoster.net/projects/rdiscount/)
* [Showdown](http://show…
-
I found another edge case while converting old posts:
```
$configurator = new s9e\TextFormatter\Configurator;
$configurator->Litedown;
extract($configurator->finalize());
$text = "text
* item …
-
Hi, Im migrating a large database using this parser and found an error when dealing with some lines starting with tabs and no data (copy pasted from tables or excel I guess)
Example: (warning: some…
-
There's an example on the docs of [disabling a tag before parse time](http://s9etextformatter.readthedocs.io/Getting_started/Runtime_configuration/#toggle-a-tag), well I have the opposite use case: ta…
-
I try to use Emoticons with Markdown for forum messages plugin.
Emoticons present in Forum bundle and not in Fatdown.
Ok. try enable: (read code comments)
```php
use s9e\TextFormatter\Configurat…