Can't mix Markdown and BBCode in quotes

[quote]
This is some exciting text. Yeah, man, text goes here.

     This is an indented bit of text.

This is more text.
[/quote]

What happened to my “This is more text.”?

5 إعجابات

Ummm you can’t mix and match format styles within. Try putting [quote] inside [quote] instead.

Oh wait, I see why this was a bug. Yeah it shouldn’t remove text, that’s true.

إعجاب واحد (1)

The text that lead me to discover this was preformatted ASCII, with a prose-poetry-prose structure. Any use of markdown was accidental, not deliberate.

4 إعجابات

Why it’s necessary mix between bbcode and markdown?

Use:

>This is some exciting text. Yeah, man, text goes here.
>
     This is an indented bit of text.
>
>
This is more text.

This is some exciting text. Yeah, man, text goes here.

 This is an indented bit of text.

This is more text.

See my post above yours.

إعجاب واحد (1)

This now works. Yay.

4 إعجابات