summaryrefslogtreecommitdiff
path: root/src/content/en/blog/2000
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/en/blog/2000')
-rw-r--r--src/content/en/blog/2000/01/01/feature-ann.adoc30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/content/en/blog/2000/01/01/feature-ann.adoc b/src/content/en/blog/2000/01/01/feature-ann.adoc
new file mode 100644
index 0000000..220a7ff
--- /dev/null
+++ b/src/content/en/blog/2000/01/01/feature-ann.adoc
@@ -0,0 +1,30 @@
+= Feature announcement
+:categories: ann
+
+== New feature X
+
+X is launched.
+
+----
+$ ls
+----
+
+Inline `code` here.
+
+Block.
+
+----
+$ seq 10
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+----
+
+End.