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
ShortDescription: Beautiful and reliable typst code formatter
17
+
Tags:
18
+
- typst
19
+
ReleaseNotes: |-
20
+
- Feature: Typstyle can format code in markup lines now. Linebreaks are suppressed inside to ensure compact layout.
21
+
- Feature: Typstyle can format math equations with comments and hashes now. Previously they are skipped.
22
+
- Feature: Improved formatting of math delimited. Linebreaks are kept as is.
23
+
- Experimental feature: Typstyle CLI will sort import items in a single import statement if --reorder-import-items is passed. It would be enabled by default in the future.
24
+
- Added a 3rd-party typstyle-action maintained by @grayespinoza.
0 commit comments