mix: Update earmark
This should fix the presence of extraneous newlines in markdown output. Related: https://github.com/pragdave/earmark/issues/406
This commit is contained in:
parent
6b5c2d5f86
commit
5e15ceb49d
2 changed files with 3 additions and 3 deletions
2
mix.exs
2
mix.exs
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue