Fixes:
Improvements:
- Fix: page ref handler not updating blocks
- Since page ref handler is meant for internal linking, updating block with path makes more sense. Added
useUrlPath
boolean property in the config (true
by default). Change tofalse
for it to update with full URL. - Fix: inline equations not rendering due to space issue
- Fix: equations with other annotations fail to render. We no longer apply any annotations to the equation.
Tests:
- test for the above cases