You can make it a different set of characters by providing the encode-entities function with a regex. Only matching characters will be encoded: ;; only encode <, >, and & ...
Currently markdown-it follows CommonMark specs which requires HTML Entities replacement with Unicode Characters and currently there is no native way to disable HTML ...