[PR #1344] [MERGED] Fix broken table layout #15871

Closed
opened 2025-11-02 11:56:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1344
Author: @cez81
Created: 3/20/2017
Status: Merged
Merged: 3/21/2017
Merged by: @lunny

Base: masterHead: fix_readme_layout


📝 Commits (1)

📊 Changes

2 files changed (+4 additions, -6 deletions)

View changed files

📝 README.md (+2 -3)
📝 README_ZH.md (+2 -3)

📄 Description

The table layout in the README is broken after Github's change of markdown renderer. This PR will fix that and display the screenshots in a 3x3 table.
Github markdown doesn't support tables without headers so there's an empty row at the top.
Looks ok in Gitea too, https://try.gitea.io/cez81/gitea/src/fix_readme_layout/README.md.

References:
https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown
https://github.com/github/markup/issues/1010#issuecomment-286917804


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1344 **Author:** [@cez81](https://github.com/cez81) **Created:** 3/20/2017 **Status:** ✅ Merged **Merged:** 3/21/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix_readme_layout` --- ### 📝 Commits (1) - [`0e14683`](https://github.com/go-gitea/gitea/commit/0e146838bac07e385334434dafc6f05d8fdf032e) Fix broken table layout ### 📊 Changes **2 files changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -3) 📝 `README_ZH.md` (+2 -3) </details> ### 📄 Description The table layout in the README is broken after Github's change of markdown renderer. This PR will fix that and display the screenshots in a 3x3 table. Github markdown doesn't support tables without headers so there's an empty row at the top. Looks ok in Gitea too, https://try.gitea.io/cez81/gitea/src/fix_readme_layout/README.md. References: https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown https://github.com/github/markup/issues/1010#issuecomment-286917804 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:56:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15871