Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on multiple lines #5

Open
moltar opened this issue Mar 5, 2018 · 3 comments
Open

Does not work on multiple lines #5

moltar opened this issue Mar 5, 2018 · 3 comments

Comments

@moltar
Copy link

moltar commented Mar 5, 2018

Reproduce:

Create a new file with language set to Perl.

Create content:

$foo = "one line
second line";

Try to hit the hot key inside the text.

@jeremychone
Copy link
Contributor

@moltar Fair enough. Will try to find time to work on this one.

@ghost
Copy link

ghost commented May 3, 2021

Multiline support complete

PR #37

@kristofmulier
Copy link

kristofmulier commented Nov 5, 2021

Multiline support is not working in HTML. Make a file with this content:

<pre style="
    overflow-x: auto !important;
    width: 60%;
    margin: 0;
    line-height: 125%;
    font-size: 12pt;
    padding-left: 0.5em;
    margin-bottom: 1em;
">
foo
</pre>

Try to toggle the quote. It won't work. I get the following error message:

Cannot read property 'begin' of undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants