ocaml / omd

extensible Markdown library and tool in "pure OCaml"
ISC License
156 stars 45 forks source link

Expose Html.to_plain_text as Omd.to_string #300

Closed cuihtlauac closed 7 months ago

cuihtlauac commented 1 year ago

Expose function allowing to turn an inline element into a string, keeping only the text.

This is fix for issue https://github.com/ocaml/omd/issues/299

cuihtlauac commented 1 year ago

It is much better indeed. Can you do it? I'm afk this week.