chore: unused file
This commit is contained in:
parent
9a1b274eb5
commit
28520666fa
1 changed files with 0 additions and 29 deletions
|
@ -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!')
|
|
||||||
}
|
|
||||||
```
|
|
Loading…
Reference in a new issue