diff options
author | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-01 21:13:25 -0300 |
commit | cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55 (patch) | |
tree | 6456f83c69227177b7eb1faf3f226f46ae6e92a2 /src/content/en/blog/2000 | |
parent | src/content/incidents/index.adoc: Hoist links to variables (diff) | |
download | papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.gz papo.im-cc45d895ccf6d6a64ef0c9ad9cc3ec42ac45fa55.tar.xz |
Update to support i18n
Diffstat (limited to 'src/content/en/blog/2000')
-rw-r--r-- | src/content/en/blog/2000/01/01/feature-ann.adoc | 30 |
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. |