Hello, first of all thanks for this wonderful project! It really saves a lot of work. The ast interface allows flexible manipulation of the nodes, but is there an easy way to linearize the tree (or any Node, preferably) back to markdown? Manually adding markups is boring if not error prone. Maybe another built-in renderer, or something like go/printer? Thanks!
Hello, first of all thanks for this wonderful project! It really saves a lot of work. The ast interface allows flexible manipulation of the nodes, but is there an easy way to linearize the tree (or any
Node
, preferably) back to markdown? Manually adding markups is boring if not error prone. Maybe another built-in renderer, or something likego/printer
? Thanks!