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
let``validate HTML:generates link and alt attr`` ()=
20
+
let``validate HTML`` ()=
30
21
markdown |> convertsToHtml """
31
-
<p>This is an inline
32
-
<span class="applies applies-inline">
33
-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
34
-
35
-
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.">
Stack=AppliesCollection.op_Explicit "preview 9.0, ga 9.1"
137
-
))
138
-
139
-
[<Fact>]
140
-
let``validate HTML:generates link and alt attr`` ()=
141
-
markdown |> convertsToHtml """
142
-
<p>This is an inline
143
-
<span class="applies applies-inline">
144
-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
145
-
146
-
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.">
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
154
-
155
-
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.">
156
-
<span class="applicable-name">Stack</span>
157
-
<span class="applicable-separator"></span>
158
-
<span class="applicable-meta applicable-meta-ga">
159
-
GA planned
160
-
</span>
161
-
</span>
162
-
</span>
163
-
element.</p>
22
+
<p>Press <kbd>Ctrl</kbd> + <kbd>S</kbd> to save.</p>
let``validate HTML:generates link and alt attr`` ()=
30
+
markdown |> convertsToHtml """
31
+
<p>This is an inline
32
+
<span class="applies applies-inline">
33
+
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
34
+
35
+
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.">
Stack=AppliesCollection.op_Explicit "preview 9.0, ga 9.1"
137
+
))
138
+
139
+
[<Fact>]
140
+
let``validate HTML:generates link and alt attr`` ()=
141
+
markdown |> convertsToHtml """
142
+
<p>This is an inline
143
+
<span class="applies applies-inline">
144
+
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
145
+
146
+
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.">
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
154
+
155
+
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.">
0 commit comments