Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Docs】Markdown 格式的文档,表格和标题之间需要加空行 #6449

Closed
entired opened this issue Jan 5, 2024 · 1 comment
Closed

Comments

@entired
Copy link
Contributor

entired commented Jan 5, 2024

一、背景

飞桨官网的使用指南中,存在表格呈现形式错误问题。
例如
Snipaste_2024-01-05_20-17-38

  • Markdown 格式的文档储存在GitHub中的 docs 仓库下,具体路径为 PaddlePaddle/docs/docs/guides

  • 每一个表格在Markdown 格式的文档中都有对应的描述

二、原因分析

Markdown 格式的文档中表格和标题之间缺失空行,官网渲染问题。

例如
Snipaste_2024-01-05_20-18-53

三、解决方法

在表格和标题之间的位置添加空行。
例如
Snipaste_2024-01-05_20-18-44
Snipaste_2024-01-05_20-17-22

  • 如上,添加空行后,渲染成功,表格形式正确。
@sunzhongkai588
Copy link
Collaborator

已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants