[wp-meta] [Making WordPress.org] #5123: Escaped pipe characters not properly handled by wporg-markdown
Making WordPress.org
noreply at wordpress.org
Mon Mar 30 23:10:51 UTC 2020
#5123: Escaped pipe characters not properly handled by wporg-markdown
------------------------+--------------------
Reporter: noisysocks | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Handbooks | Keywords:
------------------------+--------------------
In Markdown, to use a pipe character (`|`) in a table, one must escape it
using a backslash (`\`):
{{{
| Character | Name |
| - | - |
| @ | At |
| \| | Pipe |
}}}
It doesn't look like `wporg-markdown` handles this case. For example, the
`string\|null` here should appear as `string|null`:
https://developer.wordpress.org/block-editor/packages/packages-env/#wp-
env-json
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5123>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list