Skip to content

Commit 8b7ccc0

Browse files
committed
Document quote-selection-markdown
1 parent 1a806d8 commit 8b7ccc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ The optional `scopeSelector` parameter ensures that even if the user selection b
3838

3939
## Events
4040

41-
A `quote-selection` event is fired on the quote region before text is appended to a textarea. Listen to the event to prepare the textarea or manipulate the selection text.
41+
* `quote-selection-markdown` (bubbles: true, cancelable: false) - fired on the quote region to optionally inject custom syntax into the `fragment` element in `quoteMarkdown: true` mode
42+
* `quote-selection` (bubbles: true, cancelable: true) - fired on the quote region before text is appended to a textarea
4243

4344
For example, reveal a textarea so it can be found:
4445

0 commit comments

Comments
 (0)