Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.17.0
-
None
-
None
-
Informal
Description
The fragment cache fails to cache fragments without target heading properly.
The fragment is matched with blank level, but written to with a default level 1. This results in poor cache usage since the new value for level 1 clears all fragments.
The cache must be filled with the correct heading level to improve cache usage.