Just a little notification that our markdown parser is now in strict mode. That means that, when posting headings, there has to be a space after the initial hash symbol. In other words:
#This won't work
# This will work
Hopefully it will stop everyone who doesn't properly indent their code having #include<iostream>
stop showing up as
include<iostream>