From c9a81072683dc9955ed7a91ad5879d087c08db1a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 21 Jun 2026 19:41:53 +0200 Subject: Prevent asterisk from becoming emoji --- Sources/NorgUI/Views/Blocks/BlockView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sources/NorgUI/Views/Blocks/BlockView.swift') diff --git a/Sources/NorgUI/Views/Blocks/BlockView.swift b/Sources/NorgUI/Views/Blocks/BlockView.swift index 9889fe9..95f54d0 100644 --- a/Sources/NorgUI/Views/Blocks/BlockView.swift +++ b/Sources/NorgUI/Views/Blocks/BlockView.swift @@ -18,7 +18,7 @@ struct BlockView: View { case .unorderedListItem(_, let status, let content, let line): ListItemView( - marker: "✳", showsMarkerWithTask: false, status: status, content: content, line: line, + marker: "✳\u{FE0E}", showsMarkerWithTask: false, status: status, content: content, line: line, onSetStatus: onSetStatus) case .orderedListItem(_, let status, let content, let line): -- cgit