
medium-editor-markdown
A Medium Editor extension to add markdown support.
Installation
$ npm i medium-editor-markdown
Documentation
MeMarkdown(options, callback)
Creates a new instance of MeMarkdown.
Params
- 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).
How to contribute
Have an idea? Found a bug? See how to contribute.
License
See the LICENSE file.