gpt4 book ai didi

c# - 从 Markdown 文本中获取原始文本

转载 作者:太空宇宙 更新时间:2023-11-03 18:50:46 26 4
gpt4 key购买 nike

在我的数据库中,我有一个 Markdown 的文本。与显示问题摘录时的方式相同,我想获取文本的前 N ​​个字符,即必须删除所有格式。当然,必须避免 MD -> HTML 步骤,并且必须在 MD 文本上完成工作。性能是一个要求。谢谢。

最佳答案

In my DB, I have a text that is markdown'ed. The same way than SO does when showing the excerpts of the questions, I would like to get the N first characters of the text, i.e. all formatting must be removed.

我们将文本的两种表示形式都存储在数据库中:

  1. 适合编辑的原始 Markdown
  2. 适合输出的 HTML 化版本

当我们显示它时,我们使用 HTML 化的输出版本并简单地应用我们的标准 HTML 剥离算法。

关于c# - 从 Markdown 文本中获取原始文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/485083/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com