Using zwsp to break auto-propagation

zwsp = Zero Width Space

by Manuel Souto Pico

HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Zero-with space</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <p>The two sentences below look alike but they are different:</p>
  
	  <p>This is a repeated sentence.</p>
   
    <p>&#x200B;This is a repeated sentence.</p>
  </body>
</html>