generated from rnentjes/kotlin-server-web-empty
Fix checkbox list parsing error, and update version to 1.0.5
This commit is contained in:
@@ -66,6 +66,19 @@ class ParseTest {
|
||||
printMarkdownParts(md)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testCheckboxListError() {
|
||||
val input = """
|
||||
Dit is een text
|
||||
|
||||
- [ ] Not checked
|
||||
- [x] Checked""".trimIndent()
|
||||
|
||||
val md = markdown(input)
|
||||
|
||||
printMarkdownParts(md)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testHeading() {
|
||||
val input = "# Markdown\n\nMy **markdown** text."
|
||||
|
||||
Reference in New Issue
Block a user