I think there's a bug with the code block wiki formatting handling ("{{{" and
"}}}") in reply text.
I tested with the following text:
{{{
#include <iostream>
int
main()
{
cout << "I love the disccusion plugin!" << "\n";
return 0;
}
}}}
This code block shows up fine in the topic message and in the preview mode for
reply, but if you actually submit it as a reply, it shows up like this:
#include <iostream>
int
main()
{
cout << "I love the disccusion plugin!" << "\n";
return 0;
}
By the way, I strongly agree with all three of hrvelic's recent enhancement requests:
-Edit post functionality (#511)
-Alternate topic view functionality (#512)
-Quote functionality (#513)
with priority being this order.
thank you!