diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-11-16 14:32:49 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-11-16 14:33:27 +0100 |
commit | 5e15ceb49d9accadce01732fbec7dd4f22ebdfa3 (patch) | |
tree | f902ea5e9098d0c5e616546a567841143cd556df /mix.exs | |
parent | 6b5c2d5f866f748c20417517035f4814955d01dd (diff) | |
download | pleroma-5e15ceb49d9accadce01732fbec7dd4f22ebdfa3.tar.gz pleroma-5e15ceb49d9accadce01732fbec7dd4f22ebdfa3.zip |
mix: Update earmark
This should fix the presence of extraneous newlines in markdown output.
Related: https://github.com/pragdave/earmark/issues/406
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ defmodule Pleroma.Mixfile do {:ex_aws, "~> 2.1.6"}, {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.6.6"}, - {:earmark, "1.4.15"}, + {:earmark, "~> 1.4.15"}, {:bbcode_pleroma, "~> 0.2.0"}, {:crypt, git: "https://github.com/msantos/crypt.git", |