Refactor Earmark code, fix tests
[akkoma] / lib / pleroma / formatter.ex
index 61906dda6aa406c79a30ebb8de060c3fa8a57fbb..1be12055f2954b333ce16a913703b70ef9d4bf17 100644 (file)
@@ -121,6 +121,10 @@ defmodule Pleroma.Formatter do
     end
   end
 
+  def markdown_to_html(text) do
+    Earmark.as_html!(text)
+  end
+
   def html_escape({text, mentions, hashtags}, type) do
     {html_escape(text, type), mentions, hashtags}
   end