You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/authoring/Inline/AppliesToRole.fs
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -141,19 +141,22 @@ This is an inline {applies_to}`stack: preview 9.0, ga 9.1` element.
141
141
markdown |> convertsToHtml """
142
142
<p>This is an inline
143
143
<span class="applies applies-inline">
144
-
<span class="applicable-info" data-tippy-content="Elastic Stack GA 9.1.0:
145
-
We plan to add this functionality in a future Elastic Stack update. Subject to change.
144
+
<span class="applicable-info" data-tippy-content="<div><strong>Elastic Stack GA 9.1.0:</strong>We plan to add this functionality in a future Elastic Stack update. Subject to change.
146
145
147
-
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.
146
+
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.</div>
148
147
149
-
Elastic Stack Preview 9.0.0:
150
-
We plan to add this functionality in a future Elastic Stack update. Subject to change.
148
+
<div><strong>Elastic Stack Preview 9.0.0:</strong>We plan to add this functionality in a future Elastic Stack update. Subject to change.
151
149
152
-
This functionality may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.">
150
+
This functionality may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.</div>">
0 commit comments