Skip to content

change list formatting #136

@tildejustin

Description

@tildejustin

lists like the following currently don't have their outside header numbered but the individual elements are:

A.4.6) Resource packs which replace mod assets that are not meant to replace vanilla ones may be used. 
This includes but is not limited to:
    A.4.6.a) SeedQueue lock images
    A.4.6.b) SeedQueue sounds
    A.4.6.c) SeedQueue wall layout
This excludes but is not limited to:
    A.4.6.d) Newer Sodium versions' programmer art leaves.

while this superficially looks good, it implies the elements are part of the same list which makes no sense. additionally, the "list header" is the actual definition of the rule and it isn't numbered. also, nothing could be added to the includes part without putting rules out of order. this should be changed to.

A.4.6) Resource packs which replace mod assets that are not meant to replace vanilla ones may be used. 
    A.4.6.a) This includes but is not limited to:
         A.4.6.a.i) SeedQueue lock images
        A.4.6.a.ii) SeedQueue sounds
        A.4.6.a.iii) SeedQueue wall layout
    A.4.6.b) This excludes but is not limited to:
        A.4.6.b.i) Newer Sodium versions' programmer art leaves.

or this, if we are okay with getting rid of rule numbering for lists entirely. possibly, all lists should be changed to use roman numbers disregarding indentation level.

A.4.6) Resource packs which replace mod assets that are not meant to replace vanilla ones may be used. 
    A.4.6.a) This includes but is not limited to:
        i) SeedQueue lock images
        ii) SeedQueue sounds
        iii) SeedQueue wall layout
    A.4.6.b) This excludes but is not limited to:
        i) Newer Sodium versions' programmer art leaves.

getting rid of the first indent would make it look better at least in this case, but is annoyingly arbitrary.

A.4.6) Resource packs which replace mod assets that are not meant to replace vanilla ones may be used. 
A.4.6.a) This includes but is not limited to:
    i) SeedQueue lock images
    ii) SeedQueue sounds
    iii) SeedQueue wall layout
A.4.6.b) This excludes but is not limited to:
    i) Newer Sodium versions' programmer art leaves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    formattingPurely formatting issue; no functional rule change

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions