about summary refs log tree commit diff
path: root/tvix/docs/src/language-spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/docs/src/language-spec.md')
-rw-r--r--tvix/docs/src/language-spec.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tvix/docs/src/language-spec.md b/tvix/docs/src/language-spec.md
index 0ff1dc491e..b3908b2cf4 100644
--- a/tvix/docs/src/language-spec.md
+++ b/tvix/docs/src/language-spec.md
@@ -1,8 +1,10 @@
 # Specification of the Nix Language
 
-WARNING: This document is a work in progress. Please keep an eye on
+```admonish attention
+This document is a work in progress. Please keep an eye on
 [`topic:nix-spec`](https://cl.tvl.fyi/q/topic:nix-spec) for ongoing
 CLs.
+```
 
 Nix is a general-purpose, functional programming language which this
 document aims to describe.