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

Strikethrough Style is not working on the Wordpress Page #5

Open
louierosero-gss opened this issue Mar 14, 2018 · 1 comment
Open

Comments

@louierosero-gss
Copy link

I used this double tilde (~~) to create a line-through layout in the text on the content.

screen shot 2018-03-14 at 15 14 01

But on the website that I was working on. This is the output.

screen shot 2018-03-14 at 15 36 43

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;
}

@wenka wenka mentioned this issue Jul 10, 2018
@bviktor
Copy link

bviktor commented Aug 31, 2018

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.

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

2 participants