Skip to content

Commit

Permalink
戻した
Browse files Browse the repository at this point in the history
  • Loading branch information
jageishi committed Aug 19, 2021
1 parent c519ec0 commit 41396ac
Showing 1 changed file with 21 additions and 26 deletions.
47 changes: 21 additions & 26 deletions Dangerfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@


























message("message-1")
message("message-2")
message("message-3")
message("message", file: "Dangerfile", line: 4)

warn("warm-1")
warn("warm-2")
warn("warm-3")
warn("warn", file: "Dangerfile", line: 9)

fail("fail-1")
fail("fail-2")
fail("fail-3")
fail("fail", file: "Dangerfile", line: 14)

markdown("## h2")
markdown("### h3")

table_header = "|テーブル|\n| --- |\n"
table_body = ["aaa", "bbb", "ccc"].map { |s| "| #{s} |\n"}.join
markdown(table_header + table_body)

0 comments on commit 41396ac

Please sign in to comment.