This is a migrated thread and some comments may be shown as answers.

How to disable changing <i> to <em>

2 Answers 88 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ricardo
Top achievements
Rank 1
Ricardo asked on 31 Jan 2018, 01:50 AM

Hi,

In WebForms I could avoid changing the html i tags to em (and other tags).

In .net core I don't see a way to accomplish that.

Is it possible?

Thank you

 

2 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 02 Feb 2018, 11:26 AM

Hello Ricardo,

With the Kendo Editor that ios controlled via the serialization.semantic option. Here you are a dojo example: https://dojo.telerik.com/edayo

@(Html.Kendo().Editor()
    .Serialization(serialization => serialization.Semantic(false))
)

Regards,
Ianko
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Ricardo
Top achievements
Rank 1
answered on 06 Feb 2018, 11:24 PM

Ianko,

Thank you very much.

Tags
Editor
Asked by
Ricardo
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Ricardo
Top achievements
Rank 1
Share this question
or