You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,49 +57,49 @@ dotnet add package Pixie.Loyc
57
57
58
58
Pixie has built-in support for caret diagnostics. It can highlight a source region, emphasize the most relevant span, and render line numbers with surrounding context.
Pixie tries to produce the nicest output your terminal can handle. When Unicode characters or ANSI styling are unavailable, it falls back to simpler representations instead of breaking formatting.
Pixie supports alignment, wrapping, and reusable markup nodes for common CLI output patterns.
89
89
90
90
Without careful layout, terminal messages can become awkward:
91
91
92
-

92
+

93
93
94
94
With Pixie, the same message can be wrapped and structured more cleanly:
95
95
96
-

96
+

97
97
98
98
### Loyc interoperability
99
99
100
100
If you use Loyc libraries such as EC# or LeMP, `Pixie.Loyc` can translate their diagnostics into Pixie markup so they render consistently with the rest of your application output.
0 commit comments