Overview of DiffPlex.Blazor features and styling
masterDiffPlex.Blazor is a Blazor web application that demonstrates how to use the DiffPlex library for web-based text diffing.
Key Features
- Side-by-Side Diff Viewer: Split-pane view for comparing texts.
- Inline Diff Viewer: Unified view with change indicators.
- Unified Diff Format: Support for Git-style unified diff output.
- Real-time Updates: Live rendering as text is edited.
Visual Styling
The components use CSS to provide a GitHub-like visualization:
- Green: Added lines.
- Red: Deleted lines.
- Yellow: Modified lines.
- Layout: Includes line numbers, change type indicators, and monospace fonts for alignment.