papercss/documentation/content/docs/content/code.md
2017-12-28 10:23:10 +06:00

438 B

title
Code

Let's make some pretty <code>

Print files backwards using tac

To stop a process, hit ctrl + c

  function add(x, y) {
    return x + y;
  }

Code:

<p>Let's make some pretty <code>&lt;code&gt;</code></p>
<p>Print files backwards using <kbd>tac</kbd></p>
<p>To stop a process, hit <kbd>ctrl + c</kbd></p>
<pre>
  function add(x, y) {
    return x + y;
  }
</pre>