Skip to content

Commit 5b5dbbe

Browse files
committed
Add markdown formatter
1 parent 24ac511 commit 5b5dbbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ defmodule Cldr.Numbers.Mixfile do
9090
main: "readme",
9191
extras: ["README.md", "CHANGELOG.md", "LICENSE.md"],
9292
logo: "logo.png",
93-
formatters: ["html"],
93+
formatters: ["html", "markdown"],
9494
skip_undefined_reference_warnings_on: ["changelog", "CHANGELOG.md"]
9595
]
9696
end

0 commit comments

Comments
 (0)