我正在使用pandoc(v 2.2.3.2)将单词doc(.docx文件)转换为GitHub风格的markdown文件(.md)。 doc一词具有表格,当这些表格转换为markdown时,markdown单元格中的文本将显示为块引用。有没有办法删除块引用?
我正在使用的pandoc代码如下
pandoc -f docx -t gfm-blank_before_blockquote -o test.md "test.docx"
我得到的实际结果是:
<p><strong>Some text here</strong></p>
</blockquote></td>
<td><blockquote>
But there I would this without the blockquotes in the HTML cells