Linh
Results
1
issues of
Linh
This is my failing test in kotlin: ``` @Test fun test_parseToPdf_convertsMarkdownToPdfWithUTF8CharacterSet() { val markdown = "Общие" val inputStream = markdownParser.parseToPdf(markdown, "test").inputStream() val fileText = pdfText(inputStream) assertThat(fileText).contains("Общие") } private fun pdfText(input:...
:book: to document
:steam_locomotive: workaround available