diff --git a/src/smeagol/formatting.clj b/src/smeagol/formatting.clj index fa4f2f6..750cf02 100644 --- a/src/smeagol/formatting.clj +++ b/src/smeagol/formatting.clj @@ -43,6 +43,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Error to show if text to be rendered is nil. +;; TODO: should go through i18n (def no-text-error "No text: does the file exist?") @@ -187,3 +188,4 @@ (reintegrate-inclusions (process-text md-src))) +