Skip to content

Commit

Permalink
Fix md code block backtick overlapped with pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Aug 7, 2022
1 parent 629e425 commit 29ddf89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Script Metadata
# ===============

$version = "0.2.3"
$version = "0.2.4"

# MAL Usernames, without @
$gfxAdmin = "nattadasu"
Expand Down Expand Up @@ -2311,15 +2311,15 @@ $($Staff1_nickname): $( if ($Edition_staffCount -ge 2) { "`n$($Staff2_nickname):
[[i][/i]/quote][/code]
[b]If send via Discord DM:[/b]
[code]```accesslog
[code]``````accesslog
[quote][b]Staff Nickname: [/b]
[b]Delivery: [/b]
[i]—Cards by—[/i]
$($Staff1_nickname): $( if ($Edition_staffCount -ge 2) { "`n$($Staff2_nickname): " } else {""} ) $( if ($Edition_staffCount -ge 3) { "`n$($Staff3_nickname): " } else {""} )$( if ($Edition_staffCount -ge 4) { "`n$($Staff4_nickname): " } else {""} )$( if ($Edition_staffCount -ge 5) { "`n$($Staff5_nickname): " } else {""} )
--
[b]Comments: [/b]
[b]Edition Suggestion: [/b]
[/quote]```[/code]
[/quote]``````[/code]
[/spoiler]
`[/spoiler`]
Expand Down

0 comments on commit 29ddf89

Please sign in to comment.