How do I best paste log data into an issue? #30
Labels
No labels
UserStory
bug
duplicate
enhancement
help wanted
hw task
invalid
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mattzz/halloween#30
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?
1:1 it looks poopy. No formatting interpretation should be done.
I found that two mechanisms from the Wiki work. A block quote is missing.
Method 1 (The hyphens don't work for multiple lines, unfortunately):
Log message 1Log message 2Log message 3Method 2 (Looks better but needs pasting a TAB in front of every line):
Log message 1
Log message 2
Log message 3
check out the "markdown" syntax (e.g. http://markdown.de/)
Basically gitea tries to implement that.
For block quote use three hyphens in a row to start/end quoting
Ah: You put the three hyphens in the own row before the first and after the last!