Skip to content

Cannot use mismatching cases for start and end tag #135

@MShultz

Description

@MShultz

Currently, you are unable to next code inside of spoiler tags.
The first test in this example works. Utilizing either syntax to attempt to include code within a spoiler tag fails, the code is rendered outside of the spoiler. You can see an example of the below code here.

While the tickmark notation is markdown, I believe that one of these two options should work so users can easily share code within RPN if they so choose without needing to utilize an outside source such as pastebin.

[spoiler=test]this workss[/spoiler]

[Spoiler=test 2]

Code would be here

[/spoiler]

[Spoiler=test 2]
[code]
Code would be here
[/code]
[/spoiler]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions