chore: unused file

This commit is contained in:
bholmesdev 2023-02-13 14:04:37 -05:00
parent 9a1b274eb5
commit 28520666fa

View file

@ -1,29 +0,0 @@
# Hey there
Look at this table! Built-in to Markdoc, neat.
{% table %}
* Heading 1
* Heading 2
---
* Row 1 Cell 1
* Row 1 Cell 2
---
* Row 2 Cell 1
* Row 2 cell 2
{% /table %}
{% if $shouldMarquee %}
{% mq direction="right" %}
Im a marquee!
{% /mq %}
{% /if %}
{% link href=$href %}Link{% /link %}
```js
const testing = true;
function further() {
console.log('still highlighted!')
}
```