Fix typo
This commit is contained in:
parent
2be4919853
commit
83b3ef367f
@ -3,7 +3,7 @@ define([
|
|||||||
], function(Extension) {
|
], function(Extension) {
|
||||||
|
|
||||||
var emailConverter = new Extension("emailConverter", "Markdown Email", true);
|
var emailConverter = new Extension("emailConverter", "Markdown Email", true);
|
||||||
emailConverter.settingsBlock = '<p>Converts email adresses in the form <email@example.com> into clickable links.</p>';
|
emailConverter.settingsBlock = '<p>Converts email addresses in the form <email@example.com> into clickable links.</p>';
|
||||||
|
|
||||||
emailConverter.onPagedownConfigure = function(editor) {
|
emailConverter.onPagedownConfigure = function(editor) {
|
||||||
editor.getConverter().hooks.chain("postConversion", function(text) {
|
editor.getConverter().hooks.chain("postConversion", function(text) {
|
||||||
|
Loading…
Reference in New Issue
Block a user