But.. cleverness is all I have..
Is there a solution to our line break problems? Because honestly, I need my list bulletins spaced, I can't become an uncivilized non-spacing bulletin user Q_Q. Life is so difficult at times.
Also, I may be missing something, but I haven't found a way to get list bulletins centered, the text will center, but the dots stay aligned to the left. Is that even possible?
So far I've just been lightly wrapping HTML's elements (like lists) thus inheriting their behavior. I'm super reluctant to introduce exceptional behavior without strong consideration for how it will affect everyone else that doesn't want newline-insertion.
Can you give me an example in the test forum (or existing post) of the kind of lists you're trying to build? This goes for
@BBeast too who also wants to put newlines between list-items. Margins between list-items don't really make sense to me since I've been writing HTML lists for years, so I'd like to see what yall are going for.
I'm not sure I can support arbitrary newlines between list-items with the current
[*]
syntax. I'd have to introduce
[li][/li]
syntax that will preserve newlines between list-items.
Honestly I think your best solution right now is to use tabs + bring your own bullet character (like "•"). For one, it's not a hack so it won't break in the future.
Example:
• A
• B
• C