This commit is contained in:
Ammar Alakkad 2014-09-19 10:35:15 +03:00
parent 2be4919853
commit 83b3ef367f

View File

@ -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 &lt;email@example.com&gt; into clickable links.</p>'; emailConverter.settingsBlock = '<p>Converts email addresses in the form &lt;email@example.com&gt; 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) {