Posted by: spongyryno
« on: September 08, 2021, 03:16:26 PM »
If I'm editing a markdown file, and I create some embedded code, like:
```C++
```
As soon as I hit <ENTER> after the ```C++ line, it brings me to the first column, as expected.
If I do the same thing for almost any language, I get the same correct results.
However, if I do "PowerShell", it doesn't work. On <ENTER>, the cursor goes down 1 line, but stays in the exact same column. The syntax formatting appears to work, but this doesn't.
What am I doing wrong?