Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在解析 html 时,p 元素上的文本对齐在此过程中被剥离。在阅读 html 阅读器的源代码时,似乎在表格单元格之外的文本对齐方面没有任何内容,但我对 Haskell 并不流利。
你说的对。pandoc 文档模型不允许在表格中以外的其他对齐方式,因此简单地忽略对齐信息。