[PR #150] [MERGED] fix: fix internal separators to avoid issues with markdown #156

Closed
opened 2026-03-04 00:41:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/thegeeklab/git-sv/pull/150
Author: @xoxys
Created: 1/18/2025
Status: Merged
Merged: 1/18/2025
Merged by: @xoxys

Base: mainHead: fix-separator


📝 Commits (2)

  • 209e58f fix: improve internal separators to avoid issues with markdown
  • b89496f add error handling

📊 Changes

1 file changed (+12 additions, -3 deletions)

View changed files

📝 app/app.go (+12 -3)

📄 Description

As ~~~ is valid (extended) markdown for fenced code blocks, using the same sequence as internal separator can cause issues.


🔄 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/thegeeklab/git-sv/pull/150 **Author:** [@xoxys](https://github.com/xoxys) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@xoxys](https://github.com/xoxys) **Base:** `main` ← **Head:** `fix-separator` --- ### 📝 Commits (2) - [`209e58f`](https://github.com/thegeeklab/git-sv/commit/209e58f9c86236d4d4ffeeacd31a6696f8dcaf76) fix: improve internal separators to avoid issues with markdown - [`b89496f`](https://github.com/thegeeklab/git-sv/commit/b89496f8a44c551926a50cc2668409094201cbba) add error handling ### 📊 Changes **1 file changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/app.go` (+12 -3) </details> ### 📄 Description As `~~~` is valid (extended) markdown for fenced code blocks, using the same sequence as internal separator can cause issues. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:41:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sv#156
No description provided.