Hey there,
Thank you very much for this tool; very handy!
Would it be possible to add support for Markdown's blockquotes? Currently, I think md2mld doesn't do much with them, which leads to remaining > characters in the output HTML file (as processed with odoc). I am not sure if there is such a thing as blockquotes in MLD files, but then maybe at least remove the > files?
I don't have the time right now but I could try working on a PR adding this in a few months, if you wanted.
Example blockquotes:
Here comes a quote:
> Here is the quote.
Here comes another quote with a nested quote:
> Here is the quote.
>
> > Here is the nested quote.
Bye!
which shows as follows, on GitHub:
Here comes a quote:
Here is the quote.
Here comes another quote with a nested quote:
Here is the quote.
Here is the nested quote.
Bye!
Hey there,
Thank you very much for this tool; very handy!
Would it be possible to add support for Markdown's blockquotes? Currently, I think
md2mlddoesn't do much with them, which leads to remaining>characters in the output HTML file (as processed with odoc). I am not sure if there is such a thing as blockquotes in MLD files, but then maybe at least remove the>files?I don't have the time right now but I could try working on a PR adding this in a few months, if you wanted.
Example blockquotes:
which shows as follows, on GitHub:
Here comes a quote:
Here comes another quote with a nested quote:
Bye!