Pixie
Pixie copied to clipboard
Pixie is a C# library for beautiful and portable console output formatting/typesetting.
Results
1
Pixie issues
Sort by
recently updated
recently updated
newest added
I have the following code ```cs const string sourceCode = ""; var doc = new StringDocument("code.eol", sourceCode); var highlightRegion = new SourceRegion(new SourceSpan(doc, err.Position.Offset, err.Position.Line)); log.Log(new LogEntry(Severity.Error, new Text(err.Message), new...