mirror of
https://github.com/thegeeklab/git-sv.git
synced 2026-04-26 10:45:49 +03:00
[PR #150] [MERGED] fix: fix internal separators to avoid issues with markdown #156
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sv#156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix-separator📝 Commits (2)
209e58ffix: improve internal separators to avoid issues with markdownb89496fadd 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.