blockquote selected text
-
This hasn’t been updated in awhile and I wanted to suggest a change to the selected text. It would be handy to have it automatically wrapped in a blockquote since the selected text would be quoting from another site.
To accomplish this I added the following before line 38 of linkmarklet/index.php
$selection = "<blockquote>" . $selection . "</blockquote>"; //Wrap selection in blockquote
- The topic ‘blockquote selected text’ is closed to new replies.