Skip to content

Commit a94e537

Browse files
jparisejosevalim
authored andcommitted
Remove stale references to hoedown (#888)
* Remove a stale reference to hoedown Built-in hoedown support was removed in 0.18.0 (5682997). * Remove remaining references to devinus/markdown This was a hoedown dependency, but built-in hoedown support was removed in 0.18.0 (5682997).
1 parent 59905ee commit a94e537

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,4 @@ Check the [LICENSE](LICENSE) file for more information.
141141
[elixir-lang]: http://elixir-lang.org/
142142
[cmark]: https://github.com/jgm/cmark
143143
[cmark.ex]: https://github.com/asaaki/cmark.ex
144-
[devinus/markdown]: http://github.com/devinus/markdown
145144
[hex-writing-docs]: https://hexdocs.pm/elixir/writing-documentation.html

lib/ex_doc/markdown.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ defmodule ExDoc.Markdown do
102102
@callback configure(any) :: :ok
103103

104104
@markdown_processors [
105-
ExDoc.Markdown.Hoedown,
106105
ExDoc.Markdown.Earmark,
107106
ExDoc.Markdown.Cmark
108107
]
@@ -160,9 +159,6 @@ defmodule ExDoc.Markdown do
160159
* Add {:earmark, ">= 0.0.0"} to your mix.exs deps
161160
to use an Elixir-based markdown processor
162161
163-
* Add {:markdown, github: "devinus/markdown"} to your mix.exs deps
164-
to use a C-based markdown processor
165-
166162
* Add {:cmark, ">= 0.5"} to your mix.exs deps
167163
to use another C-based markdown processor
168164
"""

mix.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"jsx": {:hex, :jsx, "2.8.2", "7acc7d785b5abe8a6e9adbde926a24e481f29956dd8b4df49e3e4e7bcc92a018", [:mix, :rebar3], [], "hexpm"},
1010
"makeup": {:hex, :makeup, "0.5.1", "966c5c2296da272d42f1de178c1d135e432662eca795d6dc12e5e8787514edf7", [:mix], [{:nimble_parsec, "~> 0.2.2", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"},
1111
"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"},
12-
"markdown": {:git, "https://github.com/devinus/markdown.git", "d065dbcc4e242a85ca2516fdadd0082712871fd8", []},
1312
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm"},
1413
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], [], "hexpm"},
1514
"nimble_parsec": {:hex, :nimble_parsec, "0.2.2", "d526b23bdceb04c7ad15b33c57c4526bf5f50aaa70c7c141b4b4624555c68259", [:mix], [], "hexpm"},

0 commit comments

Comments
 (0)