Apply white-space: pre onto the entire code snippet#801
Merged
Girgias merged 1 commit intophp:masterfrom Aug 16, 2023
TimWolla:white-space-pre
Merged
Apply white-space: pre onto the entire code snippet#801Girgias merged 1 commit intophp:masterfrom TimWolla:white-space-pre
white-space: pre onto the entire code snippet#801Girgias merged 1 commit intophp:masterfrom
TimWolla:white-space-pre
Conversation
This is needed to correctly handle whitespace outside of a `<?php … ?>` portion. see b7bccc4 see php/phd@01d6beb see php/doc-en#2648
TimWolla
added a commit
to TimWolla/php-doc-en
that referenced
this pull request
Aug 18, 2023
As per the discussion in php#2648, the part that might actually be unexpected is that leading indentation also causes problems. The addition of the empty line distracts from that. Now that the CSS for PHP.net is fixed, this can be reverted. This reverts commit 1d73d6e. see php/web-php#801
TimWolla
added a commit
to php/doc-en
that referenced
this pull request
Aug 21, 2023
As per the discussion in #2648, the part that might actually be unexpected is that leading indentation also causes problems. The addition of the empty line distracts from that. Now that the CSS for PHP.net is fixed, this can be reverted. This reverts commit 1d73d6e. see php/web-php#801
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is needed to correctly handle whitespace outside of a
<?php … ?>portion.see b7bccc4
see php/phd@01d6beb
see php/doc-en#2648