Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use mismatching cases for start and end tag #135

Open
MShultz opened this issue Aug 19, 2024 · 3 comments
Open

Cannot use mismatching cases for start and end tag #135

MShultz opened this issue Aug 19, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@MShultz
Copy link
Contributor

MShultz commented Aug 19, 2024

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]
@MShultz MShultz added the bug Something isn't working label Aug 19, 2024
@Alteras1
Copy link
Contributor

I think this might just be an issue of casing?

image

@MShultz
Copy link
Contributor Author

MShultz commented Aug 23, 2024

It looks like this happens with other tags as well in terms of casing (tested with align).
Is this something we can resolve? Tags are case insensitive on the live site and it may cause some additional migration pain if we can't support case insensitivity.

@Alteras1
Copy link
Contributor

Opened an issue JiLiZART/BBob#250

@Alteras1 Alteras1 changed the title Cannot Nest Code inside Spoiler Tag Cannot use mismatching cases for start and end tag Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants