
{
    "template":
    {
        "uri": "local",
        "id": "examples/docx/links"
    },
    "input-data":
    {
		"link1": {
			"type": "link",
			"text": "Перейти на сайт",
			"url":  "https://xsquare.ru"
		},
		"link2": {
			"type": "link",
			"text": "Перейти на сайт2",
			"url":  "https://xsquare.ru/download/"
		}        
    },
    "options":
    {
        "enable-debug-report-save": false,
	"output-mode": "binary",
        "formatting":
        {
            "tables":
            {
                "enable-cells-auto-merge": true
            }
        }
    }
}
