Formatting improvements #294
Replies: 2 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
|
Beta Was this translation helpful? Give feedback.
-
I think we hold off on implementing any |
Beta Was this translation helpful? Give feedback.
-
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 preambleBeta Was this translation helpful? Give feedback.
All reactions