Do you all know of any coverter that will allow me to insert some html code and have it spit out HTML friendly code.
i.e.
Input:<html />
Output:
<html>
I normally just do it by hand, but the next getting started guide I am working on has a ton of code examples in it and I don’t want to waste time by converting them all by hand.
Just looking for a link, something basic/easy/quick.

