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
Empty lines are ignored by typing animation
Text print properly new lines
Text jumps
echo* (get "/gaiman.txt"), 5
The text was updated successfully, but these errors were encountered:
The problem is that the prompt can't contain an empty line:
The fix is to use:
.cmd .cmd-line::before { content: "\0200B"; display: inline-block; width: 0; }
The same as with .terminal-output div but without float: left
.terminal-output div
float: left
Sorry, something went wrong.
fix empty lines in prompt #734
f6cb8ca
The issue found while using typig animation of ASCII art When using Gaiman playgroud
81fa947
No branches or pull requests
Issue summary
Empty lines are ignored by typing animation
Expected behavior
Text print properly new lines
Actual behavior
Text jumps
Steps to reproduce
echo* (get "/gaiman.txt"), 5
The text was updated successfully, but these errors were encountered: