standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_literal_string.adoc
index 218f443e7bab945ce1bedf8550502cb890129a04..ba94b0f3f7abadf97db4013aaba77123e5909f6a 100644 (file)
@@ -13,11 +13,9 @@ inlined subsequently to it in the containing definition. This is
 similar to <<p_lit,LIT>> but for a string literal.
 
 ====
-.Word: LIT
-[caption='Definition concept {counter:exec}: ']
-----
+.Definition concept for LIT
+****
 : LIT R> DUP @ 2DUP + 8 + >R SWAP 8 + SWAP ;
-----
+****
 ====
 
-