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

Table can not rendering #299

Open
Tiaotiaotiao opened this issue Jan 18, 2024 · 2 comments
Open

Table can not rendering #299

Tiaotiaotiao opened this issue Jan 18, 2024 · 2 comments

Comments

@Tiaotiaotiao
Copy link

I am use in iOS
I downloaded the code and it started running

I use the following example to test:

要创建一个表格,我们可以使用不同的方式,例如文字描述、ASCII艺术、Markdown、HTML等。以下是几个不同格式的例子。\n\n### 文字描述的表格\n设想我们需要表格来记录一个公司的员工信息。表格将包含姓名、部门和电子邮件地址三列。\n\n姓名 | 部门 | 电子邮件\n------|----------|------------------\nJohn Doe | 营销 | [email protected]\nJane Smith | 技术 | [email protected]\nAlex Johnson | 人力资源 | [email protected]\n\n### ASCII艺术表格\n\n```\n+----------------+----------+------------------------+\n| 姓名 | 部门 | 电子邮件 |\n+----------------+----------+------------------------+\n| John Doe | 营销 | [email protected] |\n+----------------+----------+------------------------+\n| Jane Smith | 技术 | [email protected] |\n+----------------+----------+------------------------+\n| Alex Johnson | 人力资源 | [email protected] |\n+----------------+----------+------------------------+\n```\n\n### Markdown格式表格\n\n```markdown\n| 姓名 | 部门 | 电子邮件 |\n| ----------- | ------ | ----------------------- |\n| John Doe | 营销 | [email protected] |\n| Jane Smith | 技术 | [email protected] |\n| Alex Johnson| 人力资源| [email protected] |\n```\n\n### HTML格式表格\n\n```html\n<table>\n <tr>\n <th>姓名</th>\n <th>部门</th>\n <th>电子邮件</th>\n </tr>\n <tr>\n <td>John Doe</td>\n <td>营销</td>\n <td>[email protected]</td>\n </tr>\n <tr>\n <td>Jane Smith</td>\n <td>技术</td>\n <td>[email protected]</td>\n </tr>\n <tr>\n <td>Alex Johnson</td>\n <td>人力资源</td>\n <td>[email protected]</td>\n </tr>\n</table>\n```\n\n您可以根据您的需要和情况,选择最适合您的表格类型并进行调整。如果您需要在特定软件中创建表格(如Microsoft Word、Excel、Google Sheets或其他),则操作步骤会有所不同。

Display as follows

截屏 2024-01-18 10 03 02

@Elamuruga
Copy link

Elamuruga commented Apr 5, 2024

@johnxnguyen Could please help regarding this issue? Thanks in advance

@johnxnguyen
Copy link
Owner

Hi, apologies for the long delay. Down uses the the Commonmark spec, which doesn't support tables, unfortunately.

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

3 participants