Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49036


Ignore:
Timestamp:
12/19/2019 11:20:12 AM (5 years ago)
Author:
ocean90
Comment:

Hello @axewww

If you want to not render shortcodes you can escape them by doubling the brackets, like in [[mycustomshort]]. For more see https://codex.wordpress.org/Shortcode#Escaping_Shortcodes.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49036

    • Property Status changed from new to closed
    • Property Component changed from Editor to Shortcodes
    • Property Version changed from 5.3.1 to
    • Property Milestone changed from Awaiting Review to
    • Property Resolution changed from to invalid
  • Ticket #49036 – Description

    initial v1  
    44}}}
    55
    6  no way i try to add something like this into a post, that may need to be a documentation, so code should display as is and not parsed.
    7 If i go to add any shortcode that is recognized as valid/existent, it is by the way parsed as shortcode even if wrapped inside
    8 {{{
    9 <pre><code>
    10 }}}
    11  tags:
    12  All ok about this?
     6no way i try to add something like this into a post, that may need to be a documentation, so code should display as is and not parsed.
     7If i go to add any shortcode that is recognized as valid/existent, it is by the way parsed as shortcode even if wrapped inside `<pre><code>` tags:
     8All ok about this?