WrapToColumn icon indicating copy to clipboard operation
WrapToColumn copied to clipboard

Wrap markdown and (markdown in) YAML

Open cmeeren opened this issue 4 years ago • 0 comments

I would like to wrap paragraphs (and list items) in markdown files.

I would also like to do this in YAML files, for example:

openapi: 3.0.2
info:
  version: 0.13.4
  title: My API
  description: |
    
    # Introduction
    
    This is a
    paragraph I would
    like to wrap.

    * This is a point
      I would like to wrap
    * This is another point
      that should be counted as its own paragraph

cmeeren avatar Nov 18 '21 08:11 cmeeren