From aad382aa29500ea4375222a06da42326fe7eac30 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 2 Sep 2018 16:52:38 -0700 Subject: [PATCH 1/2] Remove a stale reference to hoedown Built-in hoedown support was removed in 0.18.0 (56829970). --- lib/ex_doc/markdown.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ex_doc/markdown.ex b/lib/ex_doc/markdown.ex index 99d3640c8..400554b78 100644 --- a/lib/ex_doc/markdown.ex +++ b/lib/ex_doc/markdown.ex @@ -102,7 +102,6 @@ defmodule ExDoc.Markdown do @callback configure(any) :: :ok @markdown_processors [ - ExDoc.Markdown.Hoedown, ExDoc.Markdown.Earmark, ExDoc.Markdown.Cmark ] From 463fac05280f4fb5bd2b2f4a83bd039566961a1f Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 2 Sep 2018 18:43:51 -0700 Subject: [PATCH 2/2] Remove remaining references to devinus/markdown This was a hoedown dependency, but built-in hoedown support was removed in 0.18.0 (56829970). --- README.md | 1 - lib/ex_doc/markdown.ex | 3 --- mix.lock | 1 - 3 files changed, 5 deletions(-) diff --git a/README.md b/README.md index b0a764706..c50acde5f 100644 --- a/README.md +++ b/README.md @@ -141,5 +141,4 @@ Check the [LICENSE](LICENSE) file for more information. [elixir-lang]: http://elixir-lang.org/ [cmark]: https://github.com/jgm/cmark [cmark.ex]: https://github.com/asaaki/cmark.ex -[devinus/markdown]: http://github.com/devinus/markdown [hex-writing-docs]: https://hexdocs.pm/elixir/writing-documentation.html diff --git a/lib/ex_doc/markdown.ex b/lib/ex_doc/markdown.ex index 400554b78..4779880ff 100644 --- a/lib/ex_doc/markdown.ex +++ b/lib/ex_doc/markdown.ex @@ -159,9 +159,6 @@ defmodule ExDoc.Markdown do * Add {:earmark, ">= 0.0.0"} to your mix.exs deps to use an Elixir-based markdown processor - * Add {:markdown, github: "devinus/markdown"} to your mix.exs deps - to use a C-based markdown processor - * Add {:cmark, ">= 0.5"} to your mix.exs deps to use another C-based markdown processor """ diff --git a/mix.lock b/mix.lock index c65904192..2b171070c 100644 --- a/mix.lock +++ b/mix.lock @@ -9,7 +9,6 @@ "jsx": {:hex, :jsx, "2.8.2", "7acc7d785b5abe8a6e9adbde926a24e481f29956dd8b4df49e3e4e7bcc92a018", [:mix, :rebar3], [], "hexpm"}, "makeup": {:hex, :makeup, "0.5.1", "966c5c2296da272d42f1de178c1d135e432662eca795d6dc12e5e8787514edf7", [:mix], [{:nimble_parsec, "~> 0.2.2", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"}, "makeup_elixir": {:hex, :makeup_elixir, "0.8.0", "1204a2f5b4f181775a0e456154830524cf2207cf4f9112215c05e0b76e4eca8b", [:mix], [{:makeup, "~> 0.5.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 0.2.2", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"}, - "markdown": {:git, "https://github.com/devinus/markdown.git", "d065dbcc4e242a85ca2516fdadd0082712871fd8", []}, "metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm"}, "mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], [], "hexpm"}, "nimble_parsec": {:hex, :nimble_parsec, "0.2.2", "d526b23bdceb04c7ad15b33c57c4526bf5f50aaa70c7c141b4b4624555c68259", [:mix], [], "hexpm"},