### HTML

Terminal snippet has been renamed to Single line snippet, Code snippet has been
renamed to Multi-line snippet. We have also added a new variation, Inline
snippet.

### SCSS

| Old Class               | New Class             | Note    |
| ----------------------- | --------------------- | ------- |
| `bx--snippet--terminal` | `bx--snippet--single` | Changed |
| `bx--snippet--code`     | `bx--snippet--multi`  | Changed |
|                         | `bx--snippet--inline` | New     |

### Javascript

The multi-line code snippet now has javascript. Be sure to add the data
attribute `[data-code-snippet]` for it to work.
