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
<b>a </b>test! renders as atest, because the whitespace in the tag is eaten
<b>a </b>test!
The text was updated successfully, but these errors were encountered:
check HTMLControl.cpp around line 125
Sorry, something went wrong.
this specifically:
/* Erase whitespace before end tag or block start tag. */ else if (!literal_mode && ( next_token_tag_type == END_TAG || next_token_tag_type == BLOCK_END_TAG || next_token_tag_type == BLOCK_START_TAG ))
76fc0df
No branches or pull requests
<b>a </b>test!
renders as atest, because the whitespace in the tag is eatenThe text was updated successfully, but these errors were encountered: