typstyle icon indicating copy to clipboard operation
typstyle copied to clipboard

Beautiful and reliable typst code formatter

Results 48 typstyle issues
Sort by recently updated
recently updated
newest added

https://github.com/astrale-sharp/typstfmt/discussions/170#discussion-6548338 Would it be possible to format tables in a way that makes since while reading them ? example ```typ #table( columns: 2, table.header([ Example ], [ Name ]), [...

enhancement

Sorted by importance: ## Quality - [x] Avoid bugs that cause render corruption #8 - [x] #16 - [x] Correctly handle incomplete code #6 ## Integration - [x] Improve quality...

Add an optional arg to current interface to perform certain action on source code ranges. ```rs fn pretty_print(content: &str, width: usize, actions: Vec) ``` , where action is an enum...

Currently typstyle gives up formatting when: 1. `@typstype off` 2. When there are block comment child, gives up formatting the whole node. Why: We currently cannot handle block comment in...

should fix #5 for latin but not for cjk

https://github.com/Enter-tainer/geshihua/blob/0d96c96756cfad197a89c33eb4131515f795cbd3/tests/assets/unit/markup/content-math.typ This is because we don't want to touch content block. There for the dollar sign and bracket are glued together