Skip to content

Two levels ul list #2

@mantoze

Description

@mantoze

Hi,

Is it possible make two levels ul/ol list?
I have data:

	type Ddd struct {
		Doc      string
		Pastabos []string
	}
	type TemplateData struct {
		DocPastabos         []Ddd
	}

	data := TemplateData{
		DocPastabos: []Ddd{
			{
				Doc: "sdfsdf",
				Pastabos: []string{
					"dfdfdf", "sdfsdfsdf",
				},
			},
			{
				Doc: "sdfwerwerwesdf",
				Pastabos: []string{
					"dfdwerwefdf", "sdfertertertsdfsdf",
				},
			},
		},
	}

I get this result in docx:

image

I need this result:

image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions