免费 Markdown 转 PDF 和 Word 转换器
将Markdown文件转换为PDF和DOCX,支持AI文本格式、LaTeX公式、表格和列表。浏览器本地处理,无需上传。
本地处理
AI文本支持
LaTeX公式
实时预览
输入 Markdown
导出选项
实时预览
Welcome to Markdown Converter
This is a sample Markdown document with:
- Lists
- Bold and italic text
- Inline math: and (R_{\text{max}} = 16)
- Display math using \sum_{i=1}^{n} x_i = x_1 + x_2 + \cdots + x_n$$
- Display math using []: [\int_{0}^{\infty} e^{-x^2} dx = \frac{\sqrt{\pi}}{2}]
Table Example
Column 1 | Column 2 |
---|---|
Cell 1 | Cell 2 |
function hello() { console.log("Hello World!"); }
This is a blockquote
More LaTeX Examples
- Greek letters: (\alpha, \beta, \gamma, \Delta, \Omega)
- Fractions: (\frac{a}{b} = \frac{c}{d})
- Subscripts/Superscripts: (x^2 + y_1 = z_{max})
- Matrices: [\begin{pmatrix} a & b \\ c & d \end{pmatrix}]