Opened 4 years ago
Last modified 4 years ago
#5123 new defect (bug)
Escaped pipe characters not properly handled by wporg-markdown
Reported by: | noisysocks | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description
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
Attachments (1)
Change History (2)
#1
@
4 years ago
It was "fixed" temporarily by #5020, the problematic character is only in the master branch, introduced with https://github.com/WordPress/gutenberg/commit/6e3b72a260f42152295cbeda36b15519f67540d5#diff-d8567df8f65168c8284d7f590af7a553
Note: See
TracTickets for help on using
tickets.
Was this fixed? Or am I missing something?