Markdown formatting for new .md file creation (line length, spacing, frontmatter). Triggers: new markdown file, markdown formatting, .md file.
Apply these preferences when creating new markdown files. Do not modify existing markdown files for formatting unless explicitly asked.
80 character max for natural language only.
[text](url))## Previous Section
Content here.
## Next Section
Some text.
```javascript
const x = 1;
More text.
- Blank line before opening fence
- Blank line after closing fence
### Lists
- No blank lines between simple list items
- Blank line before/after list blocks
## Frontmatter
### Format
```yaml
---