To remove the “`html code fences, simply delete the backticks and the word “html.” For example, instead of:

“`html

Headline

by Author – Publication Date

Summary text here…

Read more

“`

you would write the HTML directly, like this:

Headline

by Author – Publication Date

Summary text here…

Read more

Notice that the triple backticks (“`) and the word “html” are gone. The browser or HTML parser will now see this as normal HTML rather than a fenced code block.