prismicio / prismic-dom

Set of helpers to manage Prismic data
https://prismic.io/docs/technologies/prismic-dom-technical-reference
44 stars 16 forks source link

Feature Request: RichText.asMarkDown() #32

Closed grumpyoldman-io closed 4 years ago

grumpyoldman-io commented 5 years ago

It would be super to have an option to convert a richtext to markdown. This would also allow integration with tools like React-Native. I might add a PR for this would be welcome.

for now I fall back to HTML and convert that to MD. But that is a bit cumbersome.

Update: PR added: https://github.com/prismicio/prismic-dom/pull/33