How can I remove leading whitespace in my <pre>/<code> block without removing indentation in my HTML? [duplicate]
问题 This question already has answers here : How to preserve whitespace indentation of text enclosed in HTML <pre> tags excluding the current indentation level of the <pre> tag in the document? (10 answers) Closed 4 years ago . I have the following HTML: <body> Here is some code: <pre><code> Here is some fun code! </code></pre> </body> But when I preview it, because the code is indented, the pre is all out of whack. I can fix that by bringing the contents back against the indent, but it looks