我复制了一个 HTML 文本,例如,除了Wikipedia: Domination set之外的第一段。
然后将其粘贴到 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,它仅适用于单个链接。
试试这个: http: //markitdown.medusis.com/。这应该会给你预期的结果。