diff --git a/site/snippets/blocks/heading.php b/site/snippets/blocks/heading.php new file mode 100644 index 0000000..fb22ef0 --- /dev/null +++ b/site/snippets/blocks/heading.php @@ -0,0 +1,5 @@ + +
+<level()->or('h2') ?>>text() ?>> +
\ No newline at end of file diff --git a/site/snippets/blocks/list.php b/site/snippets/blocks/list.php new file mode 100644 index 0000000..85e1c2c --- /dev/null +++ b/site/snippets/blocks/list.php @@ -0,0 +1,5 @@ + +
+text(); ?> +
\ No newline at end of file diff --git a/site/snippets/blocks/markdown.php b/site/snippets/blocks/markdown.php new file mode 100644 index 0000000..7e60268 --- /dev/null +++ b/site/snippets/blocks/markdown.php @@ -0,0 +1,5 @@ + +
+text()->kt(); ?> +
\ No newline at end of file diff --git a/site/snippets/blocks/quote.php b/site/snippets/blocks/quote.php new file mode 100644 index 0000000..5c00063 --- /dev/null +++ b/site/snippets/blocks/quote.php @@ -0,0 +1,11 @@ + +
+
+ text() ?> + citation()->isNotEmpty()): ?> +
+ citation() ?> +
+ +
+
\ No newline at end of file diff --git a/site/snippets/blocks/text.php b/site/snippets/blocks/text.php new file mode 100644 index 0000000..73317a5 --- /dev/null +++ b/site/snippets/blocks/text.php @@ -0,0 +1,5 @@ + +
+text(); ?> +