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

Markdown table cell value centering support #4916

Closed
6 tasks
Orefa opened this issue Sep 12, 2018 · 4 comments · Fixed by #9533
Closed
6 tasks

Markdown table cell value centering support #4916

Orefa opened this issue Sep 12, 2018 · 4 comments · Fixed by #9533
Labels
issue/stale type/enhancement An improvement of existing functionality
Milestone

Comments

@Orefa
Copy link

Orefa commented 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

@lafriks
Copy link
Member

lafriks commented Sep 12, 2018

Please describe your issue

@Orefa
Copy link
Author

Orefa commented 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

@lafriks lafriks added type/enhancement An improvement of existing functionality and removed reviewed/invalid labels Sep 12, 2018
@lafriks lafriks changed the title markdown table show Markdown table cell value centering support Sep 12, 2018
@stale
Copy link

stale bot commented 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 stale bot added the issue/stale label Jan 10, 2019
@stale
Copy link

stale bot commented Feb 22, 2019

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

@stale stale bot closed this as completed Feb 22, 2019
@lafriks lafriks added this to the 1.11.0 milestone Dec 31, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/stale type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants