diff --git a/pkg/mark/stdlib/stdlib.go b/pkg/mark/stdlib/stdlib.go index 4e852b7b..84bf0e04 100644 --- a/pkg/mark/stdlib/stdlib.go +++ b/pkg/mark/stdlib/stdlib.go @@ -167,14 +167,14 @@ func templates(api *confluence.API) (*template.Template, error) { `ac:jiraissues`: text( ``, `{{ or .Anonymous false }}`, - `{{ or .BaseURL .URL }}`, + ``, `{{ or .Columns "type;key;summary;assignee;reporter;priority;status;resolution;created;updated;due" }}`, `{{ or .Count false }}`, `{{ or .Cache "on" }}`, `{{ or .Height 480 }}`, `{{ or .RenderMode "static" }}`, `{{ or .Title "Jira Issues" }}`, - `{{ .URL }}`, + ``, `{{ or .Width "100%" }}`, ``, ),