So one feature that I really wish markdown had was support for really small tiny text. Which I just produced by using the <sup> tag. I think this could be implemented by using the caret symbol like so:
So this is normal text ^and this is tiny text^.
Is this a reasonable feature request? Also what ideas do you have for markdown expansion?

<sub>? And<small>? IIRC the request to add<small>was denied. But you can (ab)use<sup><sub>for this. – Chichiray Jun 16 '10 at 2:55^symbol and just applied some CSS to make the text smaller. I don't really care if the text is actually above or below the normal text. – Dexter Jun 16 '10 at 3:09