Insert explicit ids for headers

This commit is contained in:
Rob Winch
2023-08-03 11:11:12 -05:00
parent 9b5ed3a9eb
commit f846e7ea07
17 changed files with 35 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ contains info about match positions and overall score of a match.
https://github.com/junegunn/fzf[fzf].
[[implementations]]
==== Implementations
*FuzzyMatchV2Search*
@@ -20,6 +21,7 @@ quickly finding paths.
Port of _fzf ExactMatchNaive_ algorithm. Simple exact match works more accurately
if you know what to search.
[[searchmatch]]
==== SearchMatch
Algorithms and default syntax are hidden inside package protected classes
@@ -55,6 +57,7 @@ below table.
|Items that include `stuff`
|===
[[examples]]
==== Examples
====