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
I'm not sure how widespread this issue and in which conditions it occurs, but here's an example. (I'll keep an eye out for more!)
In list items with multiple block elements (paragraphs, code blocks, etc), block elements only the first block element is included in the li resulting in multiple lists (in this case ol) where there should be one.
<ol><li> On any node in your existing cluster, generate a node enrollment token:</li></ol><divclass="highlight-sh notranslate"><divclass="highlight"><pre><codeclass="language-sh hljs language-bash" data-highlighted="yes">/usr/share/elasticsearch/bin/elasticsearch-create-enrollment-token -s node
</code></pre><buttonclass="copybtn o-tooltip--left" data-tooltip="Copy" data-clipboard-target="#codecell0"><svgxmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copy" width="44" height="44"
viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round"
stroke-linejoin="round"><title>Copy to clipboard</title><pathstroke="none" d="M0 0h24v24H0z" fill="none"></path><rectx="8" y="8" width="12" height="12" rx="2"></rect><pathd="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2"></path></svg></button></div></div><olstart="2"><li> Copy the enrollment token, which is output to your terminal.</li><li> On your new Elasticsearch node, pass the enrollment token as a parameter to the<br><code>elasticsearch-reconfigure-node</code> tool:
</li></ol><divclass="highlight-sh notranslate"><divclass="highlight"><pre><codeclass="language-sh hljs language-bash" data-highlighted="yes">/usr/share/elasticsearch/bin/elasticsearch-reconfigure-node --enrollment-token <enrollment-token>
</code></pre><buttonclass="copybtn o-tooltip--left" data-tooltip="Copy" data-clipboard-target="#codecell0"><svgxmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copy" width="44" height="44"
viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round"
stroke-linejoin="round"><title>Copy to clipboard</title><pathstroke="none" d="M0 0h24v24H0z" fill="none"></path><rectx="8" y="8" width="12" height="12" rx="2"></rect><pathd="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2"></path></svg></button></div></div><p>Elasticsearch is now configured to join the existing cluster.</p><olstart="4"><li><ahref="deb.html#deb-running-systemd">Start your new node using <code>systemd</code></a>.</li></ol>
The concerns here are: (1) visually indentation isn't rendered correctly so it might be difficult to follow in long/complex lists and (2) this might make it more difficult to interpret content via screenreader.
Like you mention above, this is happening because of #227. I'm going to close this as a duplicate of that issue but add a note to that issue to verify this is working as intended.
Describe the bug
Note
I'm not sure how widespread this issue and in which conditions it occurs, but here's an example. (I'll keep an eye out for more!)
In list items with multiple block elements (paragraphs, code blocks, etc), block elements only the first block element is included in the
li
resulting in multiple lists (in this caseol
) where there should be one.The concerns here are: (1) visually indentation isn't rendered correctly so it might be difficult to follow in long/complex lists and (2) this might make it more difficult to interpret content via screenreader.
Link
Link
Expected behavior
In this example, instead of having three ordered lists, there should be one ordered list with four list items.
Steps to reproduce
I'm not sure how widespread this issue and in which conditions it occurs, but here's an example (I'll keep an eye out for more!):
Tooling
The text was updated successfully, but these errors were encountered: