implement macros & includes

This commit is contained in:
Stanislav Seletskiy
2019-08-02 22:58:08 +03:00
parent e77e589494
commit 07a8e3f9d7
15 changed files with 870 additions and 149 deletions

View File

@@ -4,7 +4,7 @@ import (
"strings"
"github.com/kovetskiy/mark/pkg/confluence"
"github.com/reconquest/faces/logger"
"github.com/kovetskiy/mark/pkg/log"
"github.com/reconquest/karma-go"
)
@@ -47,7 +47,7 @@ func ResolvePage(
path := meta.Parents
path = append(path, meta.Title)
logger.Debugf(
log.Debugf(
"resolving page path: ??? > %s",
strings.Join(path, ` > `),
)
@@ -74,7 +74,7 @@ func ResolvePage(
titles = append(titles, parent.Title)
log.Infof(
nil,
nil,
"page will be stored under path: %s > %s",
strings.Join(titles, ` > `),
meta.Title,