Syntax Highlighting

-
  1. overview

For general markdown support, checkout our markdown overview

Here's a list of supported languages that will be transformed by highlight.js

Bonus!
Head over to the settings page to set a custom theme

JavaScript

var pet = {
    name: "Frida",
    age: 13
}

HTML

<!doctype html>
<html lang="en">
    <head>
        <title>doc GOV</title>
    </head>
    <body class="page">
    </body>
</html>

CSS

@media (max-width: 850px) {
  /* only show nav toggles on small screens */
  .hamburger {
    display:flex
  }
}