We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c3c57 commit 90fed11Copy full SHA for 90fed11
lib/docs/scrapers/es_toolkit.rb
@@ -35,7 +35,7 @@ def internal(filename, path: nil, &block)
35
type = path.split("/")[0..-2]
36
type = type.map(&:capitalize).join(" ")
37
# really bad way to sort
38
- type = type.gsub(/^(Compat|Error)\b/, "~ \\1")
+ type = type.gsub(/^(Compat|Error)\b/, "\u2063\\1") # U+2063 INVISIBLE SEPARATOR
39
else
40
name = type = nil
41
end
0 commit comments