diff --git a/examples/with-markdoc/src/components/test.mdoc b/examples/with-markdoc/src/components/test.mdoc deleted file mode 100644 index 60e77b1c4..000000000 --- a/examples/with-markdoc/src/components/test.mdoc +++ /dev/null @@ -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!') -} -```