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
I need parse a markdown from our service and return to our app a custom list of markdown text or a product object.
To detect if has a product object, i will check if link start with "ubook-app://".
Sample example to you understand:
You can see our **product** details:
[produto](ubook-app://product/123)
Or you can *read* our book:
[produto](ubook-app://product/456)
Visit our website:
[Website Link](https://www.ubook.com)
Hi,
I have a specific need.
I need parse a markdown from our service and return to our app a custom list of markdown text or a product object.
To detect if has a product object, i will check if link start with "ubook-app://".
Sample example to you understand:
And after parser i need have this list:
Can you help me? Is it possible?
The text was updated successfully, but these errors were encountered: