Skip to content

VS Code Extension v0.3.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 11:25
· 4 commits to main since this release

Added

  • ✨ Inline Code Syntax Highlighting - Added support for code inline code blocks
    • Backtick Support: Added proper syntax highlighting for inline code using backticks
    • Markdown Compatibility: Enhanced markdown compatibility with standard inline code patterns
    • Proper Scoping: Uses standard TextMate scopes for better theme integration

Enhanced

  • 🔍 Improved Cross-Reference Detection - Enhanced project structure awareness
    • Project Root Detection: Cross-reference validator now searches from the rxiv-maker project root
    • Better File Discovery: Automatically finds manuscript files by traversing up to find 00_CONFIG.yml
    • Reliable Validation: More consistent cross-reference validation across complex project structures
    • Fallback Support: Gracefully falls back to current directory search when project root not found