Is there a way to display text on a website without needing to manually check for special characters like <
and >
? I am looking for a simple solution that will allow me to copy text from programs like notepad directly into Visual Studio.
I experimented with the "paste alternate" function, but it added unnecessary line breaks and altered the original fonts. All I want is the raw text itself.
Does anyone know of an automatic method using CSS or Visual Studio to achieve this?