The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

Strike-through should be converted to strong/em
Anvar Jamgirov 🇵🇸
it is optional and we must keep format of original.
Accepted by admin
Original article's formatting: https://telegra.ph/file/e8c259b2e02812cfa941e.png
Anvar Jamgirov 🇵🇸
what about it and where are you get this screen you change source for winning this temp ?
https://telegra.ph/issue-with-formatting-03-12
Accepted by admin
That's because of JS:

//выделение текста + буквица
var _strike=$("strike,s");
var str=String(_strike.html());
var html="<div class='bukv'>"+str.charAt(0)+"</div><div class='special_text'>"+str.substr(1,str.length-1)+"</div>"
_strike.parent().html(html);

According to this code, the site always converts <s> into text with special formatting that looks like this: https://telegra.ph/file/30249f58f672fc5197b14.png

That means the template must remove <s> tags to display the content properly.
Type of issue
IV page is missing essential content
Reported
Mar 7, 2019