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
Thanks for reporting the issue. As a workaround, you can use the data input property which will render the markdown correctly when the value is updated.
I have a bit of html that is supposed to render data fetched from a backend in markdown:
I run a change detector after fetching the data in order to update all the view
However, the markdown component renders nothing, because it's only taking the initial value of project.description, which is empty.
The text was updated successfully, but these errors were encountered: