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

**URL:** https://meta.discourse.org/t/does-not-prevent-auto-manipulation-of-pasted-content-which-three-backticks-does/412293
**Category:** Bug
**Tags:** markdown, fixed
**Created:** [12.Сентябрь.2026 22:39:18 UTC](https://meta.discourse.org/t/does-not-prevent-auto-manipulation-of-pasted-content-which-three-backticks-does/412293 "2026-09-12T22:39:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [12.Сентябрь.2026 22:39:18 UTC](https://meta.discourse.org/t/does-not-prevent-auto-manipulation-of-pasted-content-which-three-backticks-does/412293/1 "2026-09-12T22:39:18Z")

</div>

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

```plaintext
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)

```

> ****
>
> > **[\[How\] can I ascertain why CoreDumpD did not capture a core?](https://discussion.fedoraproject.org/t/how-can-i-ascertain-why-coredumpd-did-not-capture-a-core/201925)**
> >
> > I have not truncated the undermentioned; it is, verbatim, that short: PS /\> coredumpctl debug PID: 19088 (org\_kde\_powerde) UID: 1000 (RokeJulianLockhart) GID: 1000 (RokeJulianLockhart) Signal: 11 (SEGV) ...

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

```plaintext
~~~console

~~~

```

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

```plaintext
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)

```

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

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [16.Сентябрь.2026 02:06:15 UTC](https://meta.discourse.org/t/does-not-prevent-auto-manipulation-of-pasted-content-which-three-backticks-does/412293/2 "2026-09-16T02:06:15Z")

</div>

Я посмотрел на это, и проблема будет исправлена в следующем PR:

> <https://github.com/discourse/discourse/pull/43711>
>
> When someone pastes formatted text into a code block opened with three tildes (\`…~~~\`), the Markdown composer adds formatting markers such as \`\*\*\` to the pasted text. The same paste into a code block opened with three backticks stays unchanged.
> 
> This commit makes both kinds of code block preserve pasted text. Pasting formatted text outside a code block still converts it to Markdown as before.
> 
> \### Reviewer notes
> 
> \#### Before this fix
> 
> The composer incorrectly converts the HTML representation to Markdown, producing \`prefix \*\*bold\*\*\` inside the tilde-fenced code block.
> 
> !\[Before the fix, the Markdown composer contains prefix followed by bold formatting markers inside a tilde-fenced code block\](https://github.com/user-attachments/assets/be9fe779-d2f6-4e67-af66-5de0f155f6e1)
> 
> \#### After this fix
> 
> The composer uses the plain-text representation inside the code block, producing \`prefix bold\` without formatting markers.
> 
> !\[After the fix, the Markdown composer contains prefix followed by plain bold text inside a tilde-fenced code block\](https://github.com/user-attachments/assets/fcfea879-ab19-4f94-805c-32778d77cc00)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [18.Сентябрь.2026 02:13:13 UTC](https://meta.discourse.org/t/does-not-prevent-auto-manipulation-of-pasted-content-which-three-backticks-does/412293/3 "2026-09-18T02:13:13Z")

</div>


