queryverse / ElectronDisplay.jl

An Electron.jl based figure and table display.
Other
85 stars 17 forks source link

Render equations using KaTeX #37

Closed tkf closed 4 years ago

tkf commented 4 years ago

With this PR, equations in markdown (and possibly other HTML-based outputs) are rendered using KaTeX.

For example, here is an output of electrondisplay(@doc QRPivoted):

image

Display maths are not super great but it's much nicer than reading raw LaTeX.

codecov-io commented 4 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   82.14%   82.14%           
=======================================
  Files           2        2           
  Lines         112      112           
=======================================
  Hits           92       92           
  Misses         20       20
Impacted Files Coverage Δ
src/ElectronDisplay.jl 77.27% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 44225af...f863d56. Read the comment docs.

davidanthoff commented 4 years ago

Great! You're on a roll :)