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
Right now the metadata is displayed literally, between two horizontal lines.
We could handle this with showdown, and either ignore it as output, or add metadata to the html.
var conv = new showdown.Converter({metadata: true});
var html = conv.makeHtml(someMd);
var metadata = conv.getMetadata(); // returns an object with the document metadata
The text was updated successfully, but these errors were encountered:
Right now the metadata is displayed literally, between two horizontal lines.
We could handle this with showdown, and either ignore it as output, or add metadata to the html.
The text was updated successfully, but these errors were encountered: