xyzEditor
A minimalist online Markdown, LATEX, and AsciiMath Editor.
- GitHub Flavoured Markdown: Enables comprehensive Markdown syntax.
- LaTeX Integration: Uses KATEX for rendering mathematical expressions. Inline maths are enclosed in single dollar signs, e.g. ax2+bx+c=0, while display maths use double dollar signs:
- AsciiMath Support: Optionally overrides standard Markdown code behaviour to render inline maths, e.g. ∫−∞∞e−x2=π. Display maths can be written in fenced code blocks using the info string "am":
n=1∑∞n1=p∏1−p−11
- Mermaid Integration: Supports diagrams and visualisations using Mermaid’s Markdown-inspired text definitions:
- Enhanced Printing: Improves browser printing by optionally redefining Markdown horizontal rules, e.g. *** as page breaks, and controlling print margins, page numbering, and title display where supported.
- Theme Support: Provides multiple rendering themes, including Default, Black & White, and GitHub.