You can see below the API reference of this module.
Creates a new instance of MeMarkdown.
- Object
options: An object containing the following fields: events(Array): An array with the events when the markdown code will be generated (default:["input", "change"]).subscribeToMeEditableInput(Boolean): If this is true we will respond to the medium editor's custom "editableInput" eventcallback(Function): The callback function. If the second argument is a function, then it has greater priority.toTurndownOptions(Object): Options to pass to the markdown converter code.ignoreBuiltinConverters(Boolean): Iftrue, the default converters passed totoMarkdownwill be ignored.- Function
callback: The callback function that is called with the markdown code (first argument).