Markdown table cell value centering support #2323

Closed
opened 2025-11-02 04:32:50 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @Orefa on GitHub (Sep 12, 2018).

  • Gitea version (or commit ref):1.5.1
  • Git version: git version 2.18.0.windows.1
  • Operating system: Windows Server 2016
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • [x ] SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

add this code to you markdown file

| 参数 | 类型 | 说明 | 是否必填 |
| :----: | :----: | :----: | :----: |
| code | string | 机构编码  | 是 |

then push to gitea repository

Centered on GitHub, not centered on Gitea

参数 类型 说明 是否必填
code string 机构编码

Screenshots

Originally created by @Orefa on GitHub (Sep 12, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref):1.5.1 - Git version: git version 2.18.0.windows.1 - Operating system: Windows Server 2016 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant - Log gist: ## Description add this code to you markdown file ```markdown | 参数 | 类型 | 说明 | 是否必填 | | :----: | :----: | :----: | :----: | | code | string | 机构编码 | 是 | ``` then push to gitea repository Centered on GitHub, not centered on Gitea | 参数 | 类型 | 说明 | 是否必填 | | :----: | :----: | :----: | :----: | | code | string | 机构编码 | 是 | ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/enhancementissue/stale labels 2025-11-02 04:32:50 -06:00
Author
Owner

@lafriks commented on GitHub (Sep 12, 2018):

Please describe your issue

@lafriks commented on GitHub (Sep 12, 2018): Please describe your issue
Author
Owner

@Orefa commented on GitHub (Sep 12, 2018):

Please describe your issue

add this code to you markdown file

| 参数 | 类型 | 说明 | 是否必填 |
| :----: | :----: | :----: | :----: |
| code | string | 机构编码  | 是 |

then push to gitea repository

Centered on GitHub, not centered on Gitea

@Orefa commented on GitHub (Sep 12, 2018): > > > Please describe your issue add this code to you markdown file ``` | 参数 | 类型 | 说明 | 是否必填 | | :----: | :----: | :----: | :----: | | code | string | 机构编码 | 是 | ``` then push to gitea repository Centered on GitHub, not centered on Gitea
Author
Owner

@stale[bot] commented on GitHub (Jan 10, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 10, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@stale[bot] commented on GitHub (Feb 22, 2019):

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale[bot] commented on GitHub (Feb 22, 2019): This issue has been automatically closed because of inactivity. You can re-open it if needed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2323