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

Improve formatting of symbol descriptions #5

Closed
novemberborn opened this issue Apr 5, 2017 · 0 comments
Closed

Improve formatting of symbol descriptions #5

novemberborn opened this issue Apr 5, 2017 · 0 comments

Comments

@novemberborn
Copy link
Member

Symbol descriptions are currently formatted as-is. If they contain linebreaks they'll disrupt the formatting output. Invisible or ambiguous characters aren't escaped either.

At the very least characters should be escaped, like #4. Perhaps linebreaks should be preserved in the output (it ought to be technically possible), but it's probably simpler to just escape them. Note that when used as a key a symbol shouldn't span multiple lines.

novemberborn added a commit that referenced this issue May 22, 2017
Ensure they do not contain linebreaks. Fixes #5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant