diff --git a/pkg/mark/stdlib/stdlib.go b/pkg/mark/stdlib/stdlib.go index a8b4c54..1412223 100644 --- a/pkg/mark/stdlib/stdlib.go +++ b/pkg/mark/stdlib/stdlib.go @@ -427,6 +427,13 @@ func templates(api *confluence.API) (*template.Template, error) { `{{ or .Theme "" }}`, ``, ), + /* https://confluence.atlassian.com/conf59/column-macro-792499085.html */ + `ac:column`: text( + ``, + `{{ or .Width "" }}`, + `{{ or .Body "" }}`, + ``, + ), // TODO(seletskiy): more templates here } {