-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Tight list and attributes #200
Comments
My proposal in #201 would solve this conundrum. |
@jgm I have noticed that when inline attributes are between white space the parser does nothing with them, example https://djot.net/playground/ So a possible solution is to attach the inline attributes within whitespace to their ancestor paragraph, and it will solve this issue too
|
I think this issue is about attaching attributes to lists, not paragraphs within lists. |
Ideally the use of the "inner-style" attribute wouldn't force the outer list to be loose. (If you remove the
{.inner-style}
line, the outer list becomes tight, but the presence of attributes shouldn't affect tight/loose calculations like this.)The text was updated successfully, but these errors were encountered: