8000 ShortcodeInterface::getBbCode() not working correctly with hash · Issue #45 · thunderer/Shortcode · GitHub
[go: up one dir, main page]

Skip to content

ShortcodeInterface::getBbCode() not working correctly with hash #45

@noemi-salaun

Description

@noemi-salaun

When trying to create a ColorHandler to replace

[color=#F00]This is red[/color]

by

<span style="color:#F00">This is red</span>

$shortCode->getBbCode() returns only "#" and $shortCode->getBbCode() returns :

[
    "F00" => null
]

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0