We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476da29 commit 256768aCopy full SHA for 256768a
constant.go
@@ -0,0 +1,12 @@
1
+package confluence
2
+
3
+//Confluence的备注宏,用于备注git的信息
4
+const ConfluenceNoteMacro = `
5
+<ac:structured-macro ac:name="note">
6
+ <ac:parameter ac:name="icon">true</ac:parameter>
7
+ <ac:parameter ac:name="title">Git提交信息</ac:parameter>
8
+ <ac:rich-text-body>
9
+ <p>%s</p>
10
+ </ac:rich-text-body>
11
+</ac:structured-macro>
12
+`
0 commit comments