aws / mynah-ui

https://aws.github.io/mynah-ui/
Apache License 2.0
13 stars 11 forks source link

fixed paragraphs being converted to code blocks for user inputs #72

Closed dogusata closed 2 months ago

dogusata commented 2 months ago

Problem

When user types empty spaces at the beginning of lines inside prompt, it appears like a code block instead of a paragraph.

Solution

Removed empty spaces for each line.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.