Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Named Code Tags Are Unnamed With Edits
#1
For example:
    C++-Code:
#include <iostream>
int main(int argc, char *argv[])
{
    return 1;
}


Becomes:
Code:
#include <iostream>
int main(int argc, char *argv[])
{
    return 1;
}
when I edit.

I also noticed that sometimes new lines are spawned.

Edit: This only happens with quick edit.
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:


Messages In This Thread
Named Code Tags Are Unnamed With Edits - by A-Man - 12-30-2015, 08:00 PM
[code=...] tags have double new line - by Som1Lse - 12-30-2015, 08:08 PM



Users browsing this thread: 1 Guest(s)