Try pre instead of escaping
This commit is contained in:
		@@ -37,25 +37,26 @@
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					<pre>
 | 
				
			||||||
<html>
 | 
					<html>
 | 
				
			||||||
        <head>
 | 
					        <head>
 | 
				
			||||||
                <title>HTML Title</title>
 | 
					                <title>HTML Title</title>
 | 
				
			||||||
        </head>
 | 
					        </head>
 | 
				
			||||||
        <body>
 | 
					        <body>
 | 
				
			||||||
                <div class="container">
 | 
					                <div class="container">
 | 
				
			||||||
                        <div class="article">
 | 
					                        <div class="article">
 | 
				
			||||||
                                <h1>Hello, world!</h1>
 | 
					                                <h1>Hello, world!</h1>
 | 
				
			||||||
                                <h6>Goodbye, world!</h6>
 | 
					                                <h6>Goodbye, world!</h6>
 | 
				
			||||||
                                <div aria-data="idk!">Yo, what's up!</div>
 | 
					                                <div aria-data="idk!">Yo, what's up!</div>
 | 
				
			||||||
                                <div>
 | 
					                                <div>
 | 
				
			||||||
                                        <a href="http://google.com">don't be eeeviiiilll</a>
 | 
					                                        <a href="http://google.com">don't be eeeviiiilll</a>
 | 
				
			||||||
                                        <a class="button" href="">This link has a class called 'button'</a>
 | 
					                                        <a class="button" href="">This link has a class called 'button'</a>
 | 
				
			||||||
                                </div>
 | 
					                                </div>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                        <img class="img" alt="green texture" src="background.png">
 | 
					                        <img class="img" alt="green texture" src="background.png">
 | 
				
			||||||
                        <div class="hello" id="lol"></div>
 | 
					                        <div class="hello" id="lol"></div>
 | 
				
			||||||
                        Random text
 | 
					                        Random text
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
        </body>
 | 
					        </body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 | 
					</pre>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user