To remove “`html from your article, simply delete the triple backticks and the “html” tag. In other words, if your article begins with a line like:

“`html


“`

you would remove the entire “`html line. Do the same for the closing “` at the end of the block. This will leave just the HTML content itself without the markdown code fencing. For example:

– **Before:**
“`html

Your article content…

“`

– **After:**

Your article content…

By deleting the “`html (and the matching closing “`), your content will no longer be treated as a fenced code block, and the HTML will display as normal text.