Music.Theory.Tree
Description
Tree functions
mdForest :: Forest String -> String Source #
Print forest as markdown list.
mdTree :: Int -> Tree String -> [String] Source #
Print tree as markdown list with indicated starting indent level.