如何将网页剪辑复制为 Markdown?

如何将网页剪辑复制为 Markdown?

我复制了 HTML 文本,例如,第一段除维基百科:主导集

在此处输入图片描述

然后将其粘贴到 gedit。预期结果是:

In [graph theory](https://en.wikipedia.org/wiki/Graph_theory), a **dominating set** for a [graph](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)) G = (V, E) is a [subset](https://en.wikipedia.org/wiki/Subset) D of V such that every vertex not in D is adjacent to at least one member of D. The **domination number** γ(G) is the number of vertices in a smallest dominating set for G.

我尝试复制为 Markdown仅适用于单个链接。

答案1

尝试这个:http://markitdown.medusis.com/。这应该会给你预期的结果。

相关内容