Skip to content

Instantly share code, notes, and snippets.

@Firefishy
Last active February 16, 2023 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Firefishy/88c45733449078f8fa061838f0eb899a to your computer and use it in GitHub Desktop.
Save Firefishy/88c45733449078f8fa061838f0eb899a to your computer and use it in GitHub Desktop.
[quote=user1]
[quote=user2]
[quote=user1]
[code]code block[/code]
user1 suffix 2
[/quote]
user2 suffix
[/quote]
user1 suffix
[/quote]
body suffix
@Firefishy
Copy link
Author

Incorrect Output:

[quote=user1]
[quote=user2]
[quote=user1]
` ` `
code block
` ` `
[/quote]
[/quote]
user1 suffix 2
user2 suffix
user1 suffix
[/quote]
body suffix

@Firefishy
Copy link
Author

Firefishy commented Feb 9, 2023

Expected output:

[quote=user1]
[quote=user2]
[quote=user1]
` ` `
code block
` ` `
user1 suffix 2
[/quote]
user2 suffix
[/quote]
user1 suffix
[/quote]
body suffix

@Firefishy
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment