seothemes / markdown-editor

Replaces the default WordPress editor with a Markdown editor for your posts and pages.
GNU General Public License v2.0
22 stars 4 forks source link

Strikethrough Style is not working on the Wordpress Page #5

Open louierosero-gss opened 6 years ago

louierosero-gss commented 6 years ago

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

bviktor commented 6 years ago

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.