This change makes docplaster markers fit better with the surrounding code that is being rendered. Instead of: ``` { "a": 100, // ... "b": 200, // ... } ``` you can now get ``` { "a": 100, // ... "b": 200, // ... } ``` PR Close #43216
transforms
tools