Yes — heading levels in the PDF convert to the matching number of `#` characters, and bulleted / numbered / nested lists convert to `-` and `1.` markers with correct indentation. The MD preserves the document outline so the structure is immediately readable as plain text.
转换器可以随意从MD PDF 元数据中 的顶部释放YAML 前置事项块(`-`标题/作者/日期 /日期 `-'),这正是Jekyll、Hugo和其他静态站点生成器所期望的。关闭它用于一个干净的仅使用身体的MD 。
MD 是否会使用 ATX () 或 Setext 标题?
+
The MD uses ATX-style `#` headings by default — the modern, widely-supported convention that works in every Markdown flavor and scales to all six heading levels. Setext (underlined) headings only support two levels, so ATX is the safer, more portable choice.
PDF 到MD 是否保存链接和脚注?
+
超链接成为内线`[text](url)'链接,当 PDF 标记真实脚注时,它们转换为`[%1] 的参考式脚注,使支持扩展的平台上正确。
我能转换 PDF 到MD, 我的 GitHub README 或 wiki 吗?
+
Yes — the output is GitHub-Flavored Markdown, so it renders correctly as a README, wiki page, issue, or PR description on GitHub and GitLab. Pipe tables, task lists, fenced code blocks, and `#` headings all display as intended once you paste or commit the MD.