# HG changeset patch # User Wuzzy # Date 1554382364 -3600 # Node ID e0911cd9bd82e489e4c446638f6b5ce78f55aa20 # Parent 029712a337ba35b694bb5af9d69302cc7276652f LuaAPI: Fix wrong claims about escape sequences diff -r 029712a337ba -r e0911cd9bd82 LuaAPI.wiki --- a/LuaAPI.wiki Thu Apr 04 13:51:53 2019 +0100 +++ b/LuaAPI.wiki Thu Apr 04 13:52:44 2019 +0100 @@ -1513,8 +1513,8 @@ || `|` || Line break || || `:` || Highlight itself and all text before that character in this line. The colon itself will be written. || || `::` || Like above, except the two colons will not be written. || -|| `\|` || Will be replaced with “:” without triggering highlighting (escape sequence) || -|| `\:` || Will be replaced with “|” without triggering a line break (escape sequence) || +|| `\|` || Will be replaced with “|” without triggering a line break (escape sequence) || +|| `\:` || Will be replaced with “:” without triggering highlighting (escape sequence) || `icon` accepts the following values: