I propose to put something like the following quite on top of the README, input from @martosaur @https://github.com/dominicletz and of course @amit-chaudhari1 is most welcome
EarmarkParser vs. Earmark
Historically EarmarkParser was extracted out from Earmark because ex_doc did only use the AST when it became available during the evolution of Earmark.
For some time Earmark used EarmarkParser before generating the HTML.
Now however, especially as I have found a new maintainer in the person of @amit-chaudhari1 and both projects are free to implement the kind of markdown and featureset best suited for them, the two projects are independent.
We are aware that this might be confusing for some time but here are some basic rules that should help.
What to install
-
If you use ex_doc you use EarmarkParser as a dependency, now and only now you can work with Earmark as a dependency without risking a conflict.
-
If you want to transform Markdown into an AST you have two options, depending on the feature set you want to use. In case you use Earmark all is clear. If you need EarmarkParser you might have conflicts with ex_doc However there is a simple fix for this provided by José Valim himself, here is how to create your docs without ex_doc as a dependency https://github.com/RobertDober/earmark_parser/blob/5228fce46509ff1bc0c727eeeef8b2d20774ecc1/mix.exs#L33 and https://github.com/RobertDober/earmark_parser/blob/5228fce46509ff1bc0c727eeeef8b2d20774ecc1/mix.exs#L65-L83
-
If you want HTML Earmark is your only option.
How to report bugs
A very simple rule
If you have Bugs which are raised in ex_doc report to ex_doc or EarmarkParser, communication between us is great 👼
If you have EarmarkParserin your deps report to EarmarkParser
If you have Earmark in your deps report to Earmark
But I have both
Then report according to your feeling, nobody will be mad with you, we will route the issue between the two projects w/o any hussle. Again great communication 😉
I propose to put something like the following quite on top of the README, input from @martosaur @https://github.com/dominicletz and of course @amit-chaudhari1 is most welcome
EarmarkParservs.EarmarkHistorically
EarmarkParserwas extracted out fromEarmarkbecauseex_docdid only use theASTwhen it became available during the evolution ofEarmark.For some time
EarmarkusedEarmarkParserbefore generating the HTML.Now however, especially as I have found a new maintainer in the person of @amit-chaudhari1 and both projects are free to implement the kind of markdown and featureset best suited for them, the two projects are independent.
We are aware that this might be confusing for some time but here are some basic rules that should help.
What to install
If you use
ex_docyou useEarmarkParseras a dependency, now and only now you can work withEarmarkas a dependency without risking a conflict.If you want to transform Markdown into an AST you have two options, depending on the feature set you want to use. In case you use
Earmarkall is clear. If you needEarmarkParseryou might have conflicts withex_docHowever there is a simple fix for this provided by José Valim himself, here is how to create your docs withoutex_docas a dependency https://github.com/RobertDober/earmark_parser/blob/5228fce46509ff1bc0c727eeeef8b2d20774ecc1/mix.exs#L33 and https://github.com/RobertDober/earmark_parser/blob/5228fce46509ff1bc0c727eeeef8b2d20774ecc1/mix.exs#L65-L83If you want HTML
Earmarkis your only option.How to report bugs
A very simple rule
If you have Bugs which are raised in ex_doc report to ex_doc or EarmarkParser, communication between us is great 👼
If you have
EarmarkParserin your deps report toEarmarkParserIf you have
Earmarkin your deps report toEarmarkBut I have both
Then report according to your feeling, nobody will be mad with you, we will route the issue between the two projects w/o any hussle. Again great communication 😉