MarkNode 2.0.30

All Releases

MarkNode 2.0.30 (Beta)

Bug Fixes

  • Git Branch Indicator Now Updates Reliably: Fixed an issue where the Git branch indicator in the status bar would not update after switching branches externally (e.g. git switch or git checkout from the terminal). The file watcher’s debounce logic now includes a trailing-edge flush so the final state is always captured after Git operations complete
  • CLI Launch No Longer Blocks the Terminal: Running marknode . or marknode file.md from the terminal now returns the shell prompt immediately instead of blocking until the app is closed (macOS/Linux)
  • DOCX Export: Tables with Empty Headers: Fixed a bug where tables with empty header cells (e.g. | | |) would lose the header row during export because the parser misidentified it as a separator line
  • DOCX Export: Blockquotes No Longer Duplicated: Fixed a bug where blockquote content was exported twice — once with blockquote styling and again as a regular paragraph