> Mahz is an equal opportunist color-code supporter. > > That being said, the new BBCode looks good. My English fails me at this moment, but the big underscoring lines separating the (larger) headers from the text below, is that automatic? I decided to add some heading tags `[h1]`, `[h2]`, `[h3]` since I usually like to have a quick lightweight way to break my posts into 2-3 levels of subheaders. Markdown has lightweight syntax here: `# Header 1`, `## Header 2`, `### Header 3`. I added the underlines to make it more obvious which sublevel you were at, but I prob went a lil far. ![](https://dl.dropboxusercontent.com/spa/quq37nq1583x0lf/x35x1vb9.png) Since I will support `[size=...]` and `[font=...]` tags, people can essentially roll their own headers. But I figured it'd be nice to have some opinionated h1/h2/h3 tags for when you can't be fucked. ---- I also spent way too long re-implementing custom buttons to the editor that support BBCode. Including a pop-up color-picker. ![](https://dl.dropboxusercontent.com/spa/quq37nq1583x0lf/m8dax_z8.png) My goal for today is to finish up and push it to the dev server.