1

I have write some document, it include lots of formulas, pictures. I want to publish them on github.io, for reading online.

I have tried markdown, but it doesn't support math formula. Raw html is too complicated for document writing. Translate docx/latex to png/jpeg cost too much storage on github.

Are there any good solutions for document publishing on github.io or gitbook ?

linrongbin
  • 2,967
  • 6
  • 31
  • 59
  • Contrary to what your [previous question](https://stackoverflow.com/questions/43713030/how-to-support-math-formula-in-github-io-markdown) suggests, MathJax works just fine on GitHub pages. – ChrisGPT was on strike May 01 '17 at 20:31

1 Answers1

0

Try using the website https://stackedit.io/

If you experiment with the export functions, you may be able to obtain raw HTML that resembles the formatting and style of Github, although it may not be exactly what you're seeking.

AlanSTACK
  • 5,525
  • 3
  • 40
  • 99