[wp-meta] [Making WordPress.org] #2931: Plugin Directory: Incorrect parsing of code blocks
Making WordPress.org
noreply at wordpress.org
Sat Aug 19 03:27:05 UTC 2017
#2931: Plugin Directory: Incorrect parsing of code blocks
------------------------------+------------------
Reporter: SergeyBiryukov | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+------------------
Comment (by arunbasillal):
Came across this. The first block is parsed incorrectly while the second
variant with the CSS in reverse order just works. Weird.
This is parsed incorrectly:
{{{
`body, h1, p {
color: #f1f1f1 !important;
}
#wpwrap {
background-color: #5f5f5f !important;
}`
}}}
[[Image(First Example.png)]]
This works:
{{{
`#wpwrap {
background-color: #5f5f5f !important;
}
body, h1, p {
color: #f1f1f1 !important;
}`
}}}
[[Image(Second Example.png)]]
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2931#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list