Live preview: Better treatment of code blocks. Code Wrap, Horizontal Scroll and Smart Indent

This appears to work in test vaults:

```css
.HyperMD-codeblock {
  white-space: nowrap;
}

.markdown-preview-view code {
  white-space: nowrap;
}
```

Angel

5 Likes