[PR #3470] [MERGED] Docs: Fix broken markdown with unescaped character #16954

Closed
opened 2025-11-02 12:22:54 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3470
Author: @cez81
Created: 2/7/2018
Status: Merged
Merged: 2/8/2018
Merged by: @lunny

Base: masterHead: fix_config_cheat_sheet


📝 Commits (2)

  • aaae608 Docs: Fix broken markdown with unescaped character
  • 91a4cdf Merge branch 'master' into fix_config_cheat_sheet

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+2 -2)

📄 Description

The left bracket is not escaped in the sed command causing tag|release to go missing in the generated document.

The defaults provided here are best-effort (not built automatically). They are accurately recorded in app.ini.sample (s/master/<tag|release\>).

https://docs.gitea.io/en-us/config-cheat-sheet/


🔄 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/3470 **Author:** [@cez81](https://github.com/cez81) **Created:** 2/7/2018 **Status:** ✅ Merged **Merged:** 2/8/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix_config_cheat_sheet` --- ### 📝 Commits (2) - [`aaae608`](https://github.com/go-gitea/gitea/commit/aaae60847741e2cbbff065938a4d5a69ac768297) Docs: Fix broken markdown with unescaped character - [`91a4cdf`](https://github.com/go-gitea/gitea/commit/91a4cdfe628d981e8d3cdb048e82ccadeb1e0abf) Merge branch 'master' into fix_config_cheat_sheet ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+2 -2) </details> ### 📄 Description The left bracket is not escaped in the sed command causing tag|release to go missing in the generated document. `The defaults provided here are best-effort (not built automatically). They are accurately recorded in app.ini.sample (s/master/<tag|release\>). ` https://docs.gitea.io/en-us/config-cheat-sheet/ --- <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 12:22:54 -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#16954