Services Plugins FAQs

Markdown Parser for LLM Responses

Hi,
I have purchased the Markdown Parser plugin and I can’t make it work properly.
Can you help me?

// The LLM message-history is in json format. For example:

{“role”:“user”,“content”:“Hi, I need some help with my project”}
{“role”:“assistant”,“content”:“Sounds great! How can I help you?”}

// Here a screenshot with the markdown parser:

// And here the setup:

CleanShot 2025-01-15 at 10.16.36

Hey @joaquintorroba ,

We have tested the Markdown Parser plugin on our demo page, and it is functioning as expected. Could you please ensure that the plugin is configured in the same way as shown on our demo page?

You can access the demo page and documentation here for reference:

* Demo Page:
* Documentation:

Thank you for your understanding!

Best regards,
Anton

Support Team

Browse all Zeroqode Plugins for Bubble

Banner_Last3

Hey, thanks for the response anton.

Yes, I checked it. I can’t edit it but my question is: what happens if you change this (see image) with Json as in my example above? Does it work?

Anyway, I solved this with a plugin called “json manipulator” and I reference that from the markdown parser. Thanks for the quick response!