• Resolved Walravens

    (@walravens)


    Hi, 
    
    Thank you for this great plugin.
    
    However, I am facing the following issue:
    
    How can make sure that double quotation marks will be properly copied and paste ? 
    
    [copy content="/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)""]📋 Copy to Clipboard[/copy]
    
    I tried using the corresponding HTML entity codes of double quotation marks (") but no luck; it copies the string exactly as it is and does not replace it with the double quotation marks:
    
    [copy content="/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)""]📋 Copy to Clipboard[/copy]
    
    Any ideas ?
    
    Thanks in advance for the support.
    • This topic was modified 3 years ago by Walravens.
Viewing 1 replies (of 1 total)
  • Plugin Author Mahesh Waghmare

    (@mahesh901122)

    Hello @walravens

    I apologies for the late reply.

    Hope the issue resolve.

    If not then please use the shortcode with single quote as:

    [copy content='/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"']📋 Copy to Clipboard[/copy]

    Marking the issue as resolved.

    If there is anything left then feel free to re-open the issue.

Viewing 1 replies (of 1 total)

The topic ‘Copy and paste double quotation marks (“)’ is closed to new replies.