Skip to content

Instantly share code, notes, and snippets.

View MichaelSeeberger's full-sized avatar

Michael Seeberger MichaelSeeberger

View GitHub Profile
@MichaelSeeberger
MichaelSeeberger / trix-mathjax.html
Last active April 27, 2020 11:42
Use trix-editor with MathJax
<!--
NOTE: This does not add formatted formulas to trix, but rather works with it's output data which is displayed in a separate div.
-->
<!DOCTYPE html>
<html>
<head>
<title>Trix Editor with Math Output</title>
<meta charset="utf-8">
<script