You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.2info:
version: 0.13.4title: My APIdescription: | # 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
The text was updated successfully, but these errors were encountered:
I would like to wrap paragraphs (and list items) in markdown files.
I would also like to do this in YAML files, for example:
The text was updated successfully, but these errors were encountered: