Skip to content

Commit

Permalink
fix: restore x-browser stable sort logic (#548)
Browse files Browse the repository at this point in the history
Closes #535
  • Loading branch information
quantizor committed Mar 13, 2024
1 parent 5272c94 commit d5cf45f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
15 changes: 6 additions & 9 deletions __snapshots__/index.compiler.spec.tsx.snap
Expand Up @@ -542,15 +542,12 @@ Markdown's email-style
Setext-style headers are "underlined" using equal signs (for first-level
headers) and dashes (for second-level headers). For example:
</p>
<pre>
<code>
This is an H1
=============
This is an H2
-------------
</code>
</pre>
<h1>
This is an H1
</h1>
<h2>
This is an H2
</h2>
<p>
Any number of underlining
<code>
Expand Down

0 comments on commit d5cf45f

Please sign in to comment.