We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@moltar Fair enough. Will try to find time to work on this one.
Sorry, something went wrong.
Multiline support complete
PR #37
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
No branches or pull requests
Reproduce:
Create a new file with language set to Perl.
Create content:
Try to hit the hot key inside the text.
The text was updated successfully, but these errors were encountered: