about summary refs log tree commit diff
path: root/src/pronouns/util.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/pronouns/util.clj')
-rw-r--r--src/pronouns/util.clj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pronouns/util.clj b/src/pronouns/util.clj
index a000201..3db3c35 100644
--- a/src/pronouns/util.clj
+++ b/src/pronouns/util.clj
@@ -103,3 +103,7 @@
   <x> is already in a sequence for which vector? is false, this will add
   another layer of nesting."
   (if (vector? x) x [x]))
+
+(defn strip-markup [form]
+  (s/join " " (filter string? (flatten form))))
+