/
How to render Latex code with HTML in a Confluence page
How to render Latex code with HTML in a Confluence page
This explains how we can render Latex code in a Confluence page with HTML for Confluence app.
Instructions:
Create a confluence page and add HTML-bobswift macro to add HTML content.
Add MathJax references at the beginning of your HTML content as below:
<script type="text/javascript" async="" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML"> </script>
Convert your Latex code to HTML code. Refer https://pandoc.org/try/ to convert the same.
Add converted HTML code to the content of HTML-bobswift macro.
Publish the page to see the result.
Ensure HTML for confluence app installed in your confluence instance.
Some of the sites listed in this page are third party sites. If you have any other sites, you can use that one as well.
, multiple selections available,
Related content
HTML for Confluence
HTML for Confluence
More like this
HTML Macro for Confluence
HTML Macro for Confluence
More like this
LaTeX Math Block Reference Macro (Server/DC)
LaTeX Math Block Reference Macro (Server/DC)
More like this
LaTeX Math Block Reference Macro - (Cloud)
LaTeX Math Block Reference Macro - (Cloud)
More like this
LaTeX Math
LaTeX Math
More like this
Javascript macro
Javascript macro
More like this