Documentation

If there's a piece of code you use a lot, it's much faster to have it on hand here in the documentation to quickly cut and paste.

Paste this into the source code of some documentation page or other:

<script>
$('head').append('<link rel="stylesheet" type="text/css" href="https://publicworks.smcgov.org/sites/publicworks.smcgov.org/files/dpw.css">');
</script>
<p class="code-template">My Code</p>

In place of "My Code" you will paste the code snippet, converted from html to text. Convert it here.