现在rss输出正文是markdown,转成html好些
Is your feature request related to a problem?
如题
Describe the solution you'd like
如题
Additional context
No response
Issue is not in English. It has been translated automatically.
Title: Now the rss output text is markdown, it is better to convert it to html
考虑了一下,目前正文格式到页面上的卡片的处理就是前端的 parser 单独做的,感觉在后端引入 markdown 转 html 的库可能不是个好的选择。不知道 rss 阅读器对于 markdown 格式的处理如何?
Issue is not in English. It has been translated automatically.
After thinking about it, the current text format to the card on the page is processed by the front-end parser alone. I feel that it may not be a good choice to introduce a markdown-to-html library on the back-end. I don't know how the rss reader handles the markdown format?
@hyoban 我目前用的两个inoreader和本地的NetNewsWire,都是markdown原始文本输出。如下图:

从现在的rss输出内容看,description字段并未指定格式,如果指定格式markdown,不知道阅读器会不会额外处理。(也不太了解,xml标准是否支持指定文本类型)
总的来讲,这是nice to have的功能,优先级不高,没想好要不要在服务端引入markdown渲染的话,不增加为好。
Issue is not in English. It has been translated automatically.
@hyoban The two inoreaders I currently use and the local NetNewsWire are both markdown raw text output. As shown below:

Judging from the current rss output content, the description field does not specify a format. If the format markdown is specified, I don’t know if the reader will process it additionally. (I don't know much about whether the xml standard supports specifying text types)
Generally speaking, this is a nice to have function, and the priority is not high. If you have no idea whether to introduce markdown rendering on the server side, it is better not to increase it.
Already done in v0.13.0