-
Notifications
You must be signed in to change notification settings - Fork 6
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
Formatting improvements #216
Comments
I'm not certain if this is a good idea or not. If we implement it, I think it needs to be configurable. Essentially there would be a list of default keys that are sorted into the specified order and any other keys are just appended to the list. I think this came about while looking at something like the SEAseq
|
I think we hold off on implementing any |
Assuming none of these features are added to #133 which hasn't merged at time of writing:
Must haves
input:
items, have a single line representation and a multi-line representation. Currently we take a naive approach to this choice, where if there is only one item we go for a single-line representation, even if that single line gets interrupted into multiple lines. We should detect line splits and adapt accordingly.Maybe we should implement?
Below features are lower priority (if we even want them in the first place). They would potentially also be off by default, and entirely "opt-in".
meta
sections. This was proposed by @adthrasher and IDK the specifics of what this would look likerework how command text is processed
point in theMust have
list#
signs and text are separated by a space##
comments found outside of the preambleThe text was updated successfully, but these errors were encountered: