You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... Modify MD file add characters and then delete the same characters
... Save the MD file
Atom Version: 1.7.3 System: Mac OS X 10.10.5 Thrown From: tidy-markdown package, v3.0.0
Stack Trace
Uncaught while scanning for the next token
found character ` that cannot start any token
on line 4, column 1
At /Applications/Atom.app/Contents/Resources/app.asar/src/pane.js:1002
while scanning for the next token
found character ` that cannot start any token
on line 4, column 1
at ScannerError.YAMLError [as constructor] (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/errors.js:70:46)
at ScannerError.MarkedYAMLError [as constructor] (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/errors.js:90:45)
at new ScannerError (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/scanner.js:23:49)
at Constructor.global.Scanner.Scanner.fetch_more_tokens (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/scanner.js:240:13)
at Constructor.global.Scanner.Scanner.check_token (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/scanner.js:115:14)
at Constructor.global.Parser.Parser.parse_block_mapping_key (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/parser.js:421:16)
at Constructor.global.Parser.Parser.check_event (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/parser.js:61:48)
at Constructor.global.Composer.Composer.compose_mapping_node (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/composer.js:143:20)
at Constructor.global.Composer.Composer.compose_node (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/composer.js:91:21)
at Constructor.global.Composer.Composer.compose_mapping_node (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/composer.js:145:27)
at Constructor.global.Composer.Composer.compose_node (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/composer.js:91:21)
at Constructor.global.Composer.Composer.compose_document (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/composer.js:64:19)
at Constructor.global.Composer.Composer.get_single_node (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/composer.js:51:25)
at Constructor.global.BaseConstructor.BaseConstructor.get_single_data (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/constructor.js:76:19)
at Object.global.load (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/node_modules/yaml-js/lib/yaml.js:112:20)
at parse (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/index.js:28:27)
at extractor (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/node_modules/front-matter/index.js:21:34)
at module.exports (/Users/dhill/.atom/packages/tidy-markdown/node_modules/tidy-markdown/lib/index.coffee:235:13)
at TidyMarkdown.run (/Users/dhill/.atom/packages/tidy-markdown/lib/index.coffee:40:17)
at /Users/dhill/.atom/packages/tidy-markdown/lib/index.coffee:21:12
at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:828:18)
at /Users/dhill/.atom/packages/tidy-markdown/lib/index.coffee:19:14
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:125:28)
at TextBuffer.module.exports.TextBuffer.saveAs (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:1091:20)
at TextBuffer.module.exports.TextBuffer.save (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:1083:19)
at TextEditor.module.exports.TextEditor.save (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:660:26)
at Pane.module.exports.Pane.saveItem (/Applications/Atom.app/Contents/Resources/app.asar/src/pane.js:718:18)
at Pane.module.exports.Pane.saveActiveItem (/Applications/Atom.app/Contents/Resources/app.asar/src/pane.js:701:19)
at Workspace.module.exports.Workspace.saveActivePaneItem (/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:684:35)
at atom-workspace.commandRegistry.add.core:save (/Applications/Atom.app/Contents/Resources/app.asar/src/register-default-commands.js:214:32)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:580:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:388:22)
at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:98:36)
at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)
[Enter steps to reproduce below:]
Atom Version: 1.7.3
System: Mac OS X 10.10.5
Thrown From: tidy-markdown package, v3.0.0
Stack Trace
Uncaught while scanning for the next token
found character ` that cannot start any token
on line 4, column 1
Commands
Config
{ "core": {} }
Installed Packages
The text was updated successfully, but these errors were encountered: