Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.31 KB

File metadata and controls

43 lines (30 loc) · 1.31 KB

Processing Details Overview

Technical documentation about how Legal Markdown JS processes documents and handles various content types.

Processing Topics

Processing Modes

The remark async pipeline is now the only active runtime pipeline. "Legacy Mode" below is retained as historical context for migration readers.

Legacy Mode

  • String-based processing
  • Compatible with Ruby LegalMarkdown
  • Field tracking disabled by default for markdown output

Remark Mode (Recommended)

  • AST-based processing
  • Improved accuracy and performance
  • Advanced field tracking capabilities

Quick Comparison

Feature Legacy Mode Remark Mode
Performance Standard Optimized
Field Tracking Basic Advanced
Text Accuracy Good Excellent
Future Support Maintenance Active Development

Navigation