First page Back Continue Last page Overview Graphics
Well, not quite
- Most plain text to nice formatted tools work by means of inserting markup commands in the plain text.- <h1>Plain text to HTML</h1>
 <ul>
 <li><p>Easy to use text.</p></li>
 <li><p>Easy to use an ë.</p></li>
 </ul>
\begin{document}
 \section{Plain text to \LaTeX}
 Easy to use text.\par
 Easy to use an \”{e}.\par
-