Steps to reproduce
type the following into a new note (use help vault to reproduce):

Expected result (preview)

Actual result (first line is indented)

Environment
- Operating system: macOS 12.0.1
- Obsidian version: 0.13.5
Workaround
Adding the following custom CSS “fixes” it
.markdown-preview-view code {
padding: 0px;
}