We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cf53b commit 6213bb2Copy full SHA for 6213bb2
test/test.js
@@ -468,6 +468,13 @@ describe('markdown-toolbar-element', function () {
468
assert.equal('> |', visualValue())
469
})
470
471
+ it('inserts selected quoted sample via hotkey', function () {
472
+ focus()
473
+ setVisualValue('')
474
+ pressHotkey('.')
475
+ assert.equal('> |', visualValue())
476
+ })
477
+
478
it('quotes the selected text when you click the quote icon', function () {
479
setVisualValue('|Butts|\n\nThe quick brown fox jumps over the lazy dog')
480
clickToolbar('md-quote')
0 commit comments