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
i, cite, em, var, address { font-style: italic; }
strong, b { font-weight: bold; }
The text was updated successfully, but these errors were encountered:
It's quite ridiculous because in the preview window it actually shows it properly, but the final, rendered post page shows it as it is, as tildes.
Sorry, something went wrong.
No branches or pull requests
I used this double tilde (~~) to create a line-through layout in the text on the content.
But on the website that I was working on. This is the output.
Below is the lists of style that I add in my custom.css
i, cite, em, var, address {
font-style: italic;
}
strong, b {
font-weight: bold;
}
s, strike, del {
text-decoration: line-through;
}
The text was updated successfully, but these errors were encountered: