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
How to get metadata using React component?
An example is given in the documentation:
varconv=newshowdown.Converter({metadata: true});varhtml=conv.makeHtml(someMd);varmetadata=conv.getMetadata();// returns an object with the document metadata
However, I am using the library in the context of the React component:
How to get metadata using React component?
An example is given in the documentation:
However, I am using the library in the context of the React component:
And here is the title question. How to get metadata from Showdown Rect? Is it even possible?
The text was updated successfully, but these errors were encountered: