This commit is contained in:
Leonid Pereverzin 2023-05-14 20:33:26 +03:00
parent 5c88ff5a00
commit 167037e276

View File

@ -26,9 +26,8 @@ public suspend fun buildDocument(documentDirectory: Directory): String {
val root: MdAstRoot = dependencyGraph.nodes[""]!!.mdAst
// return getHtml(jacksonObjectMapper().writeValueAsString(root))
return getHtml(jacksonObjectMapper().writeValueAsString(root))
// return jacksonObjectMapper().writeValueAsString(root)
return root.toString()
}
public suspend fun buildDependencyGraph(root: Directory): DependencyGraph {