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

Allow multiple terms to be associated with a labeled list item in the model #532

Closed
mojavelinux opened this issue Aug 2, 2013 · 0 comments
Assignees
Milestone

Comments

@mojavelinux
Copy link
Member

The model for labeled lists does not allow for multiple terms to be associated with a single definition. As a result, the backends have to do some nasty logic to detect orphan terms and link them in the markup to the next term that has a definition. While this logic is possible in ERB, it's very difficult to implement in Haml and Slim.

The correct way to address this issue is to store the multiple terms together in the model so that rendering is straightforward...and the model communicates the proper semantics.

Allow multiple terms to be associated with a single labeled list item in the model.

@ghost ghost assigned mojavelinux Aug 10, 2013
mojavelinux added a commit that referenced this issue Aug 10, 2013
resolves #532 multiple terms per labeled list item
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