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

Fix appearance of multi-line text variables #38

Open
sirnewton01 opened this issue Nov 29, 2018 · 0 comments
Open

Fix appearance of multi-line text variables #38

sirnewton01 opened this issue Nov 29, 2018 · 0 comments

Comments

@sirnewton01
Copy link
Owner

sirnewton01 commented Nov 29, 2018

The current multi-line text boxes are surrounded by code fences using the back-ticks. The textual representation is ugly and it causes escaping difficulties in the Go code.

Instead, several tildes could be used with a much better visual effect. Tildes as code fences appears to be part of the original standard and a variable number of them could be used to help and avoid escaping collisions within the descriptions.

Also, the three underscores after the block are unnecessary and waste vertical space. Instead, if there is a fenced code block the variable should be bound to the literal contents of the block. There should be no need for them in this case. They should remain for the single-line text case though as they serve as a good visual cue and it is sometimes unclear where the end of the text should be.

@sirnewton01 sirnewton01 changed the title New Issue Fix appearance of multi-line text boxes Nov 29, 2018
@sirnewton01 sirnewton01 changed the title Fix appearance of multi-line text boxes Fix appearance of multi-line text variables Nov 29, 2018
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