Skip to content

v4.0.0-alpha.7

Pre-release
Pre-release

Choose a tag to compare

@souvikinator souvikinator released this 20 Jul 22:00
· 3 commits to master since this release
69642ce

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 to false 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