Advertisement
edigleyalexandre

JavaScript - Katex 0.10.0-beta

Jul 18th, 2018
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- KATEX - INICIO -->
  2. <script>
  3.       renderMathInElement(
  4.           document.body,
  5.           {
  6.               delimiters: [
  7.                   {left: &quot;$$&quot;, right: &quot;$$&quot;, display: true},
  8.                   {left: &quot;\\[&quot;, right: &quot;\\]&quot;, display: true},
  9.                   {left: &quot;$&quot;, right: &quot;$&quot;, display: false},
  10.                   {left: &quot;\\(&quot;, right: &quot;\\)&quot;, display: false}
  11.               ]
  12.           }
  13.       );
  14.     </script>
  15. <!-- KATEX - FIM -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement