Rewrap
Rewrap copied to clipboard
Toml frontmatter wrongly rewrapped
Using 1.16.3, on a markdown file with this a toml frontmatter:
+++
title = "my blog post title"
date = 2072-09-21
draft = true
[taxonomies]
tags = ["tag1", "tag2"]
+++
test text
with the cursor on the word test, rewrapping gives me:
+++ title = "my blog post title" date = 2072-09-21 draft = true [taxonomies] tags =
["tag1", "tag2"] +++ test text
It shouldn't break the toml frontmatter