(edna->alda content)

Converts from edna to alda format.

Source

(defn edna->alda "Converts from edna to alda format." [content] (->> default-attrs (edna->alda* (parse/parse content)) first))