once you typed code under indentation (>) you can't remove it from it, and its keep breaking apart to inline code after saving edits.
>```powershell
ffmpeg -i image.jpg -vf "scale=1024:1024:force_original_aspect_ratio:decrease,pad=iw:1024:0:(1024-ih):color=black" output.jpg -y
```
just bring back original markdown editor please
Hey there! Thanks for sharing your feedback. I totally get how frustrating it can be when formatting doesn’t behave as expected.
The good news is you can still write and format code easily in the new editor! Instead of using the >
for indentation, try inserting a code block directly from the editor (you can find it in the toolbar). Once you’ve added the block, you can select “PowerShell” as the language for your snippet.
I tested it out with your example, and it worked smoothly—no issues with removing the >
or adjusting the indentation.
Give that a shot, and let me know if you still run into any trouble! 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.