Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap markdown and (markdown in) YAML #51

Open
cmeeren opened this issue Nov 18, 2021 · 0 comments
Open

Wrap markdown and (markdown in) YAML #51

cmeeren opened this issue Nov 18, 2021 · 0 comments

Comments

@cmeeren
Copy link

cmeeren commented Nov 18, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant