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

feat: teach ReSpec to sort lists #1430

Merged
merged 2 commits into from Nov 17, 2017
Merged

feat: teach ReSpec to sort lists #1430

merged 2 commits into from Nov 17, 2017

Commits on Nov 16, 2017

  1. feat: teach ReSpec to sort definition lists

    By using `data-sort="ascending"` or `"descending"`, ReSpec can
    now sort definition lists (`dl`). This is nice for Dependency
    sections, IDL member definitions, etc.
    
    You can also just put `data-sort` and no value, and it will default
    to "ascending".
    marcoscaceres committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    ed94c7d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Configuration menu
    Copy the full SHA
    6b25616 View commit details
    Browse the repository at this point in the history