[wp-meta] [Making WordPress.org] #4100: readme parser renders \( as (

Making WordPress.org noreply at wordpress.org
Thu Jan 24 23:03:21 UTC 2019


#4100: readme parser renders \( as (
------------------------------+----------------------
 Reporter:  paulschreiber     |       Owner:  (none)
     Type:  defect            |      Status:  closed
 Priority:  normal            |   Milestone:
Component:  Plugin Directory  |  Resolution:  invalid
 Keywords:                    |
------------------------------+----------------------
Changes (by Otto42):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Not a bug. The readme.txt parser is using markdown. Backslashing
 parentheses is necessary, because otherwise they would be treated as a
 link.

 {{{
 [WordPress](https://wordpress.org)
 }}}

 That is valid markdown to make a link, and works in the readme.txt parser.
 Backslashing the parenths will prevent it from making that link.

 If you need to use actual backslashes in markdown, you escape them. So \\
 would produce a \.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4100#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list