xyzEditor is a minimalist online Markdown, LATEX, AsciiMath Editor.
- GitHub Flavoured Markdown: Enables comprehensive Markdown syntax.
- LaTeX Integration: Inline Mathematics enclosed within dollar signs, such as ax2+bx+c=0, and Display Mathematics use double dollar signs:
- AsciiMath Support: Inline Mathematics enclosed within backticks, such as ∫−∞∞e−x2=π, overriding the standard Markdown Code. Display Mathematics use Fenced Code Blocks with an info string of "amath":
n=1∑∞n1=p∏1−p−11
- Enhanced Printing: Redefines Markdown horizontal rules, such as asterisks (***) or dashes (---), to function as page breaks when printing documents.
- KaTeX Rendering: Utilizes KATEX for high-quality rendering of mathematical expressions.