-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
How to get metadata using React component?
An example is given in the documentation:
var conv = new showdown.Converter({metadata: true});
var html = conv.makeHtml(someMd);
var metadata = conv.getMetadata(); // returns an object with the document metadataHowever, I am using the library in the context of the React component:
import MarkdownView from "react-showdown";
<MarkdownView ... />And here is the title question. How to get metadata from Showdown Rect? Is it even possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels