v4.0.0-alpha.7
Pre-release
Pre-release
·
3 commits
to master
since this release
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
useUrlPathboolean property in the config (trueby default). Change tofalsefor 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