better
This commit is contained in:
parent
5c88ff5a00
commit
167037e276
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user