aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Sources/NorgUI/Views/Blocks/BlockView.swift2
1 files changed, 1 insertions, 1 deletions
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):