8wDlpd.png
8wDFp9.png
8wDEOx.png
8wDMfH.png
8wDKte.png

关于将 Markdown 存储在数据库中并使用 React-Markdown 进行渲染的问题

rlemon 1月前

19 0

我在将 Markdown 存储在数据库中并使用 React-Markdown 进行渲染时遇到了问题。例如,我必须在数据库中存储没有任何换行符的 Markdown。# **马克·马尔克斯:

我在将 Markdown 存储在数据库中并使用 React-Markdown 进行渲染时遇到了问题。

例如,我必须在数据库中存储不带任何换行符的 Markdown。

# **Marc Márquez: The Maverick of MotoGP**  In the world of MotoGP, few names resonate with the same intensity and excitement as Marc Márquez. As of September 2024, Márquez remains one of the most dominant and electrifying figures in motorcycle racing. This blog delves into his journey, achievements, and what makes him a true legend of the sport.  ![Alt text](https://static.autox.com/uploads/2024/09/MotoGP-Marc-Marquez-2-.jpg)

其实际格式如下:

# **Marc Márquez: The Maverick of MotoGP**

In the world of MotoGP, few names resonate with the same intensity and excitement as Marc Márquez. As of September 2024, Márquez remains one of the most dominant and electrifying figures in motorcycle racing. This blog delves into his journey, achievements, and what makes him a true legend of the sport.

![Alt text](https://static.autox.com/uploads/2024/09/MotoGP-Marc-Marquez-2-.jpg)

我尝试了几种方法,例如使用 \n <br/> (使用 rehype-raw)。但这些都无法模拟实际的换行符。根据上面的 Markdown,标题与正文和图像不同,但使用 <br> 不会导致任何变化,并且下面的段落也会转换为标题 1( # )。

我使用 MySQL 作为数据库并使用 Spring Boot 作为后端。我必须以这种格式存储 Markdown,因为我必须使用 JSON 传递数据并且它不支持换行符。

帖子版权声明 1、本帖标题:关于将 Markdown 存储在数据库中并使用 React-Markdown 进行渲染的问题
    本站网址:http://xjnalaquan.com/
2、本网站的资源部分来源于网络,如有侵权,请联系站长进行删除处理。
3、会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。
4、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
5、站长邮箱:yeweds@126.com 除非注明,本帖由rlemon在本站《reactjs》版块原创发布, 转载请注明出处!
最新回复 (0)
  • @cbr 我使用的是 JSON,我们无法将包含换行符的数据添加到 DB。如果有办法,请提出建议。

  • 为什么你必须存储没有换行符的 Markdown?我希望不是因为它直接连接到 SQL 语句字符串中

返回
作者最近主题: