-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Security Assistant] Fix markdown syntax highlighting #212333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Assistant] Fix markdown syntax highlighting #212333
Conversation
|
/ci |
|
/ci |
|
that's expected, it will work after this PR gets merged #211671 |
|
@KDKHD would you mind to retest? |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
KDKHD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Starting backport for target branches: 8.18, 8.x, 9.0 https://github.com/elastic/kibana/actions/runs/13579097224 |
## Summary Implements elastic/eui#8317 Before: <img width="1007" alt="image" src="https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f" /> After: <img width="1484" alt="image" src="https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727" /> (cherry picked from commit f8ba372)
## Summary Implements elastic/eui#8317 Before: <img width="1007" alt="image" src="https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f" /> After: <img width="1484" alt="image" src="https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727" /> (cherry picked from commit f8ba372)
## Summary Implements elastic/eui#8317 Before: <img width="1007" alt="image" src="https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f" /> After: <img width="1484" alt="image" src="https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727" /> (cherry picked from commit f8ba372)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
#212708) # Backport This will backport the following commits from `main` to `8.18`: - [[Security Assistant] Fix markdown syntax highlighting (#212333)](#212333) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Patryk Kopyciński","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-28T01:05:34Z","message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Security Assistant] Fix markdown syntax highlighting","number":212333,"url":"https://github.com/elastic/kibana/pull/212333","mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212333","number":212333,"mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Patryk Kopyciński <[email protected]>
…#212709) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Assistant] Fix markdown syntax highlighting (#212333)](#212333) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Patryk Kopyciński","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-28T01:05:34Z","message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Security Assistant] Fix markdown syntax highlighting","number":212333,"url":"https://github.com/elastic/kibana/pull/212333","mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212333","number":212333,"mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Patryk Kopyciński <[email protected]>
…#212710) # Backport This will backport the following commits from `main` to `9.0`: - [[Security Assistant] Fix markdown syntax highlighting (#212333)](#212333) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Patryk Kopyciński","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-28T01:05:34Z","message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Security Assistant] Fix markdown syntax highlighting","number":212333,"url":"https://github.com/elastic/kibana/pull/212333","mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212333","number":212333,"mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Patryk Kopyciński <[email protected]>
…212333) (elastic#212709) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Assistant] Fix markdown syntax highlighting (elastic#212333)](elastic#212333) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Patryk Kopyciński","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-28T01:05:34Z","message":"[Security Assistant] Fix markdown syntax highlighting (elastic#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Security Assistant] Fix markdown syntax highlighting","number":212333,"url":"https://github.com/elastic/kibana/pull/212333","mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (elastic#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212333","number":212333,"mergeCommit":{"message":"[Security Assistant] Fix markdown syntax highlighting (elastic#212333)\n\n## Summary\nImplements elastic/eui#8317 \n\nBefore: \n<img width=\"1007\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f\"\n/>\n\nAfter:\n<img width=\"1484\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727\"\n/>","sha":"f8ba3721061de8fe5789eaeb59fcf94b99f0fc05"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Patryk Kopyciński <[email protected]>
## Summary Implements elastic/eui#8317 Before: <img width="1007" alt="image" src="https://github.com/user-attachments/assets/649a075a-7338-434b-9e2e-4c4fd0d6ca6f" /> After: <img width="1484" alt="image" src="https://github.com/user-attachments/assets/cdb27885-e009-49aa-9b1a-381e12c33727" />



Summary
Implements elastic/eui#8317
Before:

After:
