Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created March 22, 2018 19:19
Show Gist options
  • Save thatisuday/0264d600fefbf693afc0da149b2e17ad to your computer and use it in GitHub Desktop.
Save thatisuday/0264d600fefbf693afc0da149b2e17ad to your computer and use it in GitHub Desktop.
<input type="text" name="username"/><a class="general link active" href="some-link"></a>
<p>Hello World! I am &lt;b&gt;Pug.js!&lt;/b&gt;</p>
<p>Hello World! I am <b>Pug.js!</b></p>
<p>I am male.</p>
<p><a class="link" href="some-link">Click to log in.</a></p>
<ul>
<li>current value is 0</li>
<li>current value is 1</li>
<li>current value is 2</li>
</ul>
<ul>
<li>current value using while is 0</li>
<li>current value using while is 1</li>
<li>current value using while is 2</li>
</ul>
<ul>
<li>current value using for-in is 0</li>
<li>current value using for-in is 1</li>
<li>current value using for-in is 2</li>
</ul>
<ul>
<li>current value using each-in is 0</li>
<li>current value using each-in is 1</li>
<li>current value using each-in is 2</li>
</ul>
<p>I am male.</p>
<p>Hi, My name is John Doe.</p>
<p>Hi, My name is john &lt;b&gt;doe&lt;/b&gt;.</p>
<p>Hi, My name is john <b>doe</b>.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment