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

feat: support multi-line #377

Merged
merged 2 commits into from
Mar 2, 2023
Merged

feat: support multi-line #377

merged 2 commits into from
Mar 2, 2023

Conversation

npalm
Copy link
Owner

@npalm npalm commented Mar 2, 2023

Basic support for multi-line. YAML multi-line strings a converted to a single line for the tables.

Example:

inputs:
  inputA:
    required: false
    description: |
      A description
      This is a multiline description
    default: test
  inputB:
    required: false
    description: |
      This is a
      multiline description
    default: test

is converted to:

parameter description required default
inputA A description This is a multiline description false test
inputB This is a multiline description false test

fix #344

npalm added 2 commits March 2, 2023 21:21
Basic support for multi-line. YAML multi-line strings a converted to a single line for the tables.
@npalm npalm merged commit ec0aa99 into main Mar 2, 2023
@npalm npalm deleted the feat/support-multi-line branch March 2, 2023 20:27
semantic-releaser bot pushed a commit that referenced this pull request Mar 2, 2023
## [1.2.0](1.1.3...1.2.0) (2023-03-02)

### Features

* support multi-line ([#377](#377)) ([ec0aa99](ec0aa99))
@semantic-releaser
Copy link
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiline description
1 participant