From 3f4188249b7d2cc5c449c45e1e305860b72ac00c Mon Sep 17 00:00:00 2001 From: Phuah Yee Keat Date: Fri, 9 Dec 2022 22:21:01 +0800 Subject: [PATCH] Fixed space between bullet and text to be squashed. --- Sources/Down/AST/Styling/Helpers/ListItemParagraphStyler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Down/AST/Styling/Helpers/ListItemParagraphStyler.swift b/Sources/Down/AST/Styling/Helpers/ListItemParagraphStyler.swift index 71313bd8..ab76f30e 100644 --- a/Sources/Down/AST/Styling/Helpers/ListItemParagraphStyler.swift +++ b/Sources/Down/AST/Styling/Helpers/ListItemParagraphStyler.swift @@ -70,7 +70,7 @@ public class ListItemParagraphStyler { let firstLineContentIndentation = contentIndentation + prefixSpill let style = baseStyle - style.firstLineHeadIndent = prefixIndentation + // style.firstLineHeadIndent = prefixIndentation style.tabStops = [tabStop(at: firstLineContentIndentation)] style.headIndent = contentIndentation return style