Installed Markdown 1.0
This is some sort of temporary notice. Don’t forget to read the post below this though, since the last post before this really is much better than this one.
Well, I installed the PHP port of Markdown 1.0, and you’re going to notice some weird problems with blockquotes in earlier posts. I did decrease the text size for blockquotes, but you’ll notice nested blockquotes will have even smaller size. This is due to my lack of CSS knowledge.
When I installed Markdown, all the blockquote text got really big, acting as if there was no CSS for the <p> and </p> tag, which there isn’t anymore for blockquotes unless I manually add them in, so I took the easy way out with CSS and added the line font: 77%/127% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; for the blockquote CSS tag. I should fix this by adding a <p> and </p> tag in previous blockquotes, but I have to eat dinner now.
Sorry for any inconveniences in reading the previous posts.
/me goes to eat

