Skip to content

Commit f99bd16

Browse files
Add missing backslash in unescaped heading string (GrafeasGroup#356)
Signed-off-by: Murdo B. Maclachlan <murdomaclachlan@noreply.codeberg.org> Signed-off-by: Murdo B. Maclachlan <murdomaclachlan@noreply.codeberg.org>
1 parent 3e6d240 commit f99bd16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
## [UNRELEASED]
77

88
- Track timestamp of last reddit post processed before sending to mod chat (credit: @crhopkins)
9+
- Add missing backslash in unescaped heading string (credit: @MurdoMaclachlan)
910

1011
## [4.2.4] - 2021-04-05
1112

tor/strings/en_US.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ formatting_issues:
330330
#Text
331331
332332
333-
To fix this, add a backslash in front of the `#` like so: `#Text`. If you meant for it to render as a heading, please add a space after the `#` to avoid this warning. i.e. `# Text`."
333+
To fix this, add a backslash in front of the `#` like so: `\\#Text`. If you meant for it to render as a heading, please add a space after the `#` to avoid this warning. i.e. `# Text`."
334334
invalid_header: "**Invalid header**: It looks like your header doesn't contain a proper type (Image, Video, or Audio), is missing italics, and/or is not at the start of your transcription. Please make sure your post contains a proper header at the start of your transcription. For example if it's an Image Transcription, it should be the following at the start of your transcription:
335335
336336

0 commit comments

Comments
 (0)