[wp-meta] [Making WordPress.org] #2900: incorrect parsing of markdown in @param blocks

Making WordPress.org noreply at wordpress.org
Fri Mar 15 16:09:14 UTC 2019


#2900: incorrect parsing of markdown in @param blocks
-----------------------------+--------------------------
 Reporter:  pbiron           |       Owner:  coffee2code
     Type:  defect           |      Status:  closed
 Priority:  normal           |   Milestone:
Component:  Developer Hub    |  Resolution:  fixed
 Keywords:  has-screenshots  |
-----------------------------+--------------------------

Comment (by coffee2code):

 In [changeset:"8466" 8466]:
 {{{
 #!CommitTicketReference repository="" revision="8466"
 Developer: Fix parser's conversion of double underscores to strong text in
 parameter descriptions.

 The parser interprets `__` as either as an opening or closing `<strong>`,
 which is never intended. This was already addressed for params via
 `get_params()`, but more broadly to affect other aspects of the param not
 just description. However, `format_param_description()` is used in other
 similar contexts, so this fix is needed there.

 See #2900.
 }}}

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


More information about the wp-meta mailing list