generated from rnentjes/kotlin-server-web-empty
Add test for unordered list indentation, enhance parser to handle nested lists with indentation, and bump version to 1.1.0
This commit is contained in:
@@ -66,7 +66,7 @@ sealed class MarkdownPart {
|
||||
) : MarkdownPart()
|
||||
|
||||
data class UnorderedList(
|
||||
val lines: List<String>,
|
||||
val lines: List<Pair<Int, String>>,
|
||||
) : MarkdownPart()
|
||||
|
||||
data class CheckboxList(
|
||||
|
||||
Reference in New Issue
Block a user