(defn name-line "Return the name line, appropriately indented based on the context." [result] (let [context-depth (count (:context result))] (indent context-depth (:name result))))
Comments top
No comments for name-line. Log in to add a comment.