michael-brade / LaTeX.js

JavaScript LaTeX to HTML5 translator
https://latex.js.org
MIT License
736 stars 58 forks source link

Error for WebComponent Example #145

Open Kuan-Lun opened 9 months ago

Kuan-Lun commented 9 months ago

The following is a sample code in https://latex.js.org/usage.html#webcomponent

<!-- some codes -->
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- some codes -->

The two lines in the above code are with error.

This document already contains a "meta" element with the "charset" attribute. Documents must not contain both a "meta" element with http-equiv="content-type" and a "meta" element with the "charset" attribute.