Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

Toml frontmatter wrongly rewrapped

Open Geobert opened this issue 3 years ago • 0 comments

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

Geobert avatar Sep 21 '22 16:09 Geobert