1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Modified position of escapeHtmlCharactersInCodeTag definition

This commit is contained in:
roottool
2018-12-17 00:37:25 +09:00
parent fe1ab73818
commit 13857d4313

View File

@@ -599,8 +599,8 @@ function handleAttachmentLinkPaste (storageKey, noteKey, linkText) {
module.exports = { module.exports = {
copyAttachment, copyAttachment,
fixLocalURLS,
escapeHtmlCharactersInCodeTag, escapeHtmlCharactersInCodeTag,
fixLocalURLS,
generateAttachmentMarkdown, generateAttachmentMarkdown,
handleAttachmentDrop, handleAttachmentDrop,
handlePastImageEvent, handlePastImageEvent,