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
Sorry, I don't know what you mean. Do you mean that after changing the content of the "text" param in RefinedMarkdown widget, the widget won't change its state and reload as expected?
I tried to load the string from an asset file asynchronously, and it seems that it worked as expected. Here is my code:
And after setting state, the widget just shows the same result as the screenshot in demo:
Actually I cannot figure out exactly what problem you are facing. Please give me a more detailed description about this issue, test code would be best, thank you.
By the way, this widget don't support all markdown standards for now. I'll add those supports after this month since I'm going to take lots of exams this month and I have no time for this. If this problem occurs because of markdown standard, it would be fixed in the later version of refined_markdown. :)
I am trying to maintain multilingual markdown content in https://app.lokalise.com/ and later use it to render the content in the app.
Take the following example
Heading
Content
Heading2
Content2
For the above in markdown, I would write
## Heading
#### Content
## Heading2
#### Content2
This is a very simple content and when I hardcode the string to a variable and render it works. However, when I pull the markdown content from the lokalise platform weird \n characters start to appear in the render and the content is broken. I am using HTML render instead for now but would love to switch to this markdown plugin again.
No description provided.
The text was updated successfully, but these errors were encountered: