You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my case, markdowns are string objects stored in Firebase Cloud Firestore. I want to use Firebase Cloud storage references for image links. But for now using https links.
When I parse markdown into NSAttribıted string and show it in UITextView, the image is cached. But I have no idea how and where it is cached.
This falls a bit outside of Down's responsibilities since it's just a text transformation library. It's up to clients to handle rendering and caching concerns
I have to cache the images in the markdown for offline usage. Is there any way to achieve this?
The text was updated successfully, but these errors were encountered: