How do I best paste log data into an issue? #30

Closed
opened 2018-10-10 11:59:23 +02:00 by mishi · 3 comments
mishi commented 2018-10-10 11:59:23 +02:00 (Migrated from git.mattzz.de)

1:1 it looks poopy. No formatting interpretation should be done.

1:1 it looks poopy. No formatting interpretation should be done.
mishi commented 2018-10-10 14:54:56 +02:00 (Migrated from git.mattzz.de)

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 1

Log message 2

Log message 3

Method 2 (Looks better but needs pasting a TAB in front of every line):
Log message 1
Log message 2
Log message 3

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 1` `Log message 2` `Log message 3` Method 2 (Looks better but needs pasting a TAB in front of every line): Log message 1 Log message 2 Log message 3
mattzz commented 2018-10-10 15:39:23 +02:00 (Migrated from git.mattzz.de)

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

Log 1
Log 2
Log 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 ``` Log 1 Log 2 Log 3 ```
mishi commented 2018-10-10 17:30:43 +02:00 (Migrated from git.mattzz.de)

Ah: You put the three hyphens in the own row before the first and after the last!

Log 1
Log 2
Log 3
Ah: You put the three hyphens in the own row before the first and after the last! ``` Log 1 Log 2 Log 3 ```
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
mattzz/halloween#30
No description provided.