1.1.1Updated a month ago
# Test Plugin

This plugin should do the following:
- Be a good test candidate
- Be pushed to Viapak to test the new UI
- Should be a good boy

> "This is likely the best plugin to test new package managers with"
> 
> *-* Dian Jonker


## A secondary header with hashes

A secondary section
across multiple lines
that should render as
one line

A section header with dashes
---

That should be all.

***

A few horizontal lines

<hr />

---

***

Some **bold** text, some *italics* text, some ___bold and italics___, a [URL](https://example.com) and an `inline code snippet`.

```
$ How about a multi-line code snippet?
  > ok
```

```css
/* CSS */
a#code_snippet[with="a language tag"] {
  color: "true";
}
```

> ```js
> console.log("A multi-line code snippet");
> // that is also indented
> ```