{
    "path": "/home/krm/dev/mimer-academia/web/css/Examples/list/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Om listor i CSS"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 0,
        "month": 2020
    },
    "status": "alpha",
    "description": [
        "Detta är en samling av exempel om listor"
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "Punktlistor"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./sampel-list.html",
                    "description": [
                        "Enkelt exempel"
                    ]
                },
                {
                    "type": "examples",
                    "link": "./unordered-list-style.html",
                    "description": [
                        "Punkt lista"
                    ]
                },
                {
                    "type": "examples",
                    "link": "./unordered-list-choose-style.html",
                    "description": [
                        "Punkt lista med annan style"
                    ]
                },
                {
                    "description": [
                        "⭕️ ",
                        [
                            {
                                "link": "./unordered-list.exercise.html"
                            },
                            "Övning om punkt listor"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Numrerade listor"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./ordered-list.html",
                    "description": [
                        "Numrerad lista"
                    ]
                },
                {
                    "type": "examples",
                    "link": "./ordered-list-odd.html",
                    "description": [
                        "Numrerad lista med annan style"
                    ]
                },
                {
                    "description": [
                        "⭕️ ",
                        [
                            {
                                "link": "./ordered-list.exercise.html"
                            },
                            "Övning om numrerade listor"
                        ]
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Listor med bilder"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./image-list.html",
                    "description": [
                        "Enkelt exempel med bilder i listan"
                    ]
                },
                {
                    "description": [
                        "⭕️ ",
                        [
                            {
                                "link": "./image-list.exercise.html"
                            },
                            "Mer övning bilder på list element"
                        ]
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "examples"
}