Skip to content

Commit 8779679

Browse files
author
sogaiu
committed
Remove some underline bits from doc-format
1 parent 56c5a0c commit 8779679

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/boot/boot.janet

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3248,12 +3248,10 @@
32483248
# Terminal codes for emission/tokenization
32493249
(def delimiters
32503250
(if has-color
3251-
{:underline ["\e[4m" "\e[24m"]
3252-
:code ["\e[97m" "\e[39m"]
3251+
{:code ["\e[97m" "\e[39m"]
32533252
:italics ["\e[4m" "\e[24m"]
32543253
:bold ["\e[1m" "\e[22m"]}
3255-
{:underline ["_" "_"]
3256-
:code ["`" "`"]
3254+
{:code ["`" "`"]
32573255
:italics ["*" "*"]
32583256
:bold ["**" "**"]}))
32593257
(def modes @{})

0 commit comments

Comments
 (0)