``~~~`` не предотвращает автоматическое изменение вставленного содержимого, тогда как три обратные кавычки это делают

Я хочу вставить:

PS /> coredumpctl debug
           PID: 19088 (org_kde_powerde)
           UID: 1000 (RokeJulianLockhart)
           GID: 1000 (RokeJulianLockhart)
        Signal: 11 (SEGV)
     Timestamp: Sat 2026-09-12 23:23:40 BST (9min ago)
  Command Line: /usr/libexec/org_kde_powerdevil
    Executable: /usr/libexec/org_kde_powerdevil
 Control Group: /user.slice/user-1000.slice/user@1000.service/background.slice/plasma-powerdevil.service
          Unit: user@1000.service
     User Unit: plasma-powerdevil.service
         Slice: user-1000.slice
     Owner UID: 1000 (RokeJulianLockhart)
       Boot ID: 6c3ba3ed07c444fb9aed3e98e9c6523c
    Machine ID: 427143abd98046a4b2c750e2ca0036ea
      Hostname: beedell.rokeJulianLockhart.skqy07
       Storage: /var/lib/systemd/coredump/core.org_kde_powerde.1000.6c3ba3ed07c444fb9aed3e98e9c6523c.1989251820000000.zst (present)
  Size on Disk: 9.5K
       Message: Process 19088 (org_kde_powerde) of user 1000 dumped core.

GNU gdb (Fedora Linux) 17.2-2.fc44
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/libexec/org_kde_powerdevil...

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.elfutils.org/>
  <ima:enforcing>
  <https://debuginfod.fedoraproject.org/>
  <ima:ignore>
Enable debuginfod for this session? (y or [n]) y
--Type <RET> for more, q to quit, c to continue without paging--c
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
Reading symbols from /home/RokeJulianLockhart/.cache/debuginfod_client/a7e7ebed7e749317eeee0ab866b9c3e5a7bc682c/debuginfo...
❌ "/var/tmp/coredump-iPdn8g" is not a core dump: file format not recognized
(gdb) bt
❌ No stack.
(gdb)

Если я напишу:

~~~console

~~~

…а затем вставлю туда этот текст, он превратится в:

PS /> coredumpctl debug 
           PID: **19088** (org_kde_powerde) 
           UID: 1000 (RokeJulianLockhart) 
           GID: 1000 (RokeJulianLockhart) 
        Signal: 11 (SEGV) 
     Timestamp: Sat 2026-09-12 23:23:40 BST (9min ago) 
  Command Line: /usr/libexec/org_kde_powerdevil 
    Executable: **/usr/libexec/org_kde_powerdevil** 
 Control Group: /user.slice/user-1000.slice/user@1000.service/background.slice/plasma-powerdevil.service 
          Unit: user@1000.service 
     User Unit: plasma-powerdevil.service 
         Slice: user-1000.slice 
     Owner UID: 1000 (RokeJulianLockhart) 
       Boot ID: 6c3ba3ed07c444fb9aed3e98e9c6523c 
    Machine ID: 427143abd98046a4b2c750e2ca0036ea 
      Hostname: beedell.rokeJulianLockhart.skqy07 
       Storage: /var/lib/systemd/coredump/core.org_kde_powerde.1000.6c3ba3ed07c444fb9aed3e98e9c6523c.1989251820000000.zst (present) 
  Size on Disk: 9.5K 
       Message: Process 19088 (org_kde_powerde) of user 1000 dumped core. 
 
**GNU gdb (Fedora Linux) 17.2-2.fc44** 
Copyright (C) 2025 Free Software Foundation, Inc. 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 
This is free software: you are free to change and redistribute it. 
There is NO WARRANTY, to the extent permitted by law. 
Type "**show copying**" and "**show warranty**" for details. 
This GDB was configured as "x86_64-redhat-linux-gnu". 
Type "**show configuration**" for configuration details. 
For bug reporting instructions, please see: 
<https://www.gnu.org/software/gdb/bugs/>. 
Find the GDB manual and other documentation resources online at: 
    <http://www.gnu.org/software/gdb/documentation/>. 
 
For help, type "**help**". 
Type "**apropos word**" to search for commands related to "word"... 
Reading symbols from /usr/libexec/org_kde_powerdevil... 
 
This GDB supports auto-downloading debuginfo from the following URLs: 
  <https://debuginfod.elfutils.org/> 
  <ima:enforcing> 
  <https://debuginfod.fedoraproject.org/> 
  <ima:ignore> 
Enable debuginfod for this session? (y or \[n\]) y 
--Type <RET> for more, q to quit, c to continue without paging--c 
Debuginfod has been enabled. 
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit. 
Reading symbols from /home/RokeJulianLockhart/.cache/debuginfod_client/a7e7ebed7e749317eeee0ab866b9c3e5a7bc682c/debuginfo... 
❌ "/var/tmp/coredump-iPdn8g" is not a core dump: file format not recognized 
(gdb) bt 
❌ No stack. 
(gdb)

Однако ``` предотвращает это автоматическое искажение.