KevinWorkman / StaticVoidGames

http://StaticVoidGames.com
GNU General Public License v3.0
5 stars 7 forks source link

PageDown code should be prettified #6

Open KevinWorkman opened 9 years ago

KevinWorkman commented 9 years ago

PageDown supports code tags, but the default code looks pretty ugly. The solution to this is to use it with Prettify.

This seems pretty easy, and an example of how to do this is here: http://stackoverflow.com/questions/1611861/how-to-combine-wmd-and-prettify-like-stack-overflow

The hard part will be doing this without code repetition: is there a way to do this that's smarter than copy-pasting this code everywhere that uses PageDown? If not, it's not a huge deal, but it would be nice to tidy up how I'm handling PageDown.