aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/text/unicode/block.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/data/text/unicode/block.lux')
-rw-r--r--stdlib/source/documentation/lux/data/text/unicode/block.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/data/text/unicode/block.lux b/stdlib/source/documentation/lux/data/text/unicode/block.lux
index 306bf6567..02612a399 100644
--- a/stdlib/source/documentation/lux/data/text/unicode/block.lux
+++ b/stdlib/source/documentation/lux/data/text/unicode/block.lux
@@ -3,13 +3,13 @@
[lux "*"
["$" documentation {"+" [documentation:]}]
[data
- ["[0]" text {"+" [\n]}
+ ["[0]" text
["%" format {"+" [format]}]]]
[macro
["[0]" template]]
[math
[number
- ["[0]" nat ("hex\[0]" hex)]]]]]
+ ["[0]" nat ("hex#[0]" hex)]]]]]
[\\library
["[0]" /]])
@@ -27,8 +27,8 @@
(template [<name>]
[(documentation: <name>
(let [[_ name] (name_of <name>)]
- (format (hex\encoded (/.start <name>))
- "-" (hex\encoded (/.end <name>))
+ (format (hex#encoded (/.start <name>))
+ "-" (hex#encoded (/.end <name>))
" | " (text.replaced "_" " " name))))]
[/.basic_latin]