From 8dd83bdf6220aa407b76cd382f6001eb798ec801 Mon Sep 17 00:00:00 2001 From: Guilherme Paiva Date: Wed, 24 Jan 2024 11:10:15 +1300 Subject: [PATCH] add support to column macro --- pkg/mark/stdlib/stdlib.go | 7 +++++++ 1 file changed, 7 insertions(+) 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 } {