代码块(Code Block)宏允许你在 Confluence 页面中显示代码,并对显示的代码进行语法高亮。 代码块在页面中的显示情况如下面的例子: 使用代码块宏 如果希望在页面中使用代码块宏: 打开你希望编辑 Confluence 页面,然后单击编辑(Edit)按钮。页面的编辑模式将会被打开。 下一步,在编辑工具栏中单击宏浏览器图标 。这时...
diff erlang groovy html/xml java javafx javascript none (没有句法高亮) perl php powershell python ruby scala sql vb 标题(Title) none 在代码块中添加一个标题。如果这个参数指定了,将会在代码块宏上面显示标题。 折叠(Collapsible)(collapse) false 如果这个选项选择的话,代码块宏将会根据页面的情况对代码...
Diff page details to see if they have changed. If so then publish page. (7e30ca8) Handle smartcards storing URL without page name on the end (d489f83) Bug Fixes Add keywords to lib package (a3043b0) Circular imports (4f49798) Fix issues with puppeteer rendering (01824b6) Move Settings...
By default, Confluence 5 is not including content changes in email notifications about updated page content. To change this setting, and include "diff" style changes in your email notifications: 1. Select Settings from your User icon pulldown menu. 2. Click on Email. 3. Click the Edit but...
Original file line numberDiff line numberDiff line change @@ -0,0 +1,15 @@ ### Callouts Use the following syntax to denote a callout block: `> [!info]`. For more information, refer to [[Callouts]]. ```markdown > [!info] > Here's a callout block. > It supports **markdo...
public static final java.lang.String DIFF_IMAGE_CSS_BASE "inline-task" public static final java.lang.String DIFF_IMAGE_CSS_CHECKED "inline-task checked" public static final java.lang.String DIFF_IMAGE_TAG_NAME "inline-task-check-marker" public static final java.lang.String DIFF_TASK_EMPTY_BOD...
diff Inspect changes to files or directories on a container's filesystem 检查对容器文件系统上的文件或目录所做的更改 events Get real time events from the server 从服务器获取实时事件 exec Run a command in a running container 在正在运行的容器中运行命令 ...
代码块(Code Block)宏允许你在 Confluence 页面中显示代码,并对显示的代码进行语法高亮。 代码块在页面中的显示情况如下面的例子: 使用代码块宏 如果希望在页面中使用代码块宏: 打开你希望编辑 Confluence 页面,然后单击编辑(Edit)按钮。页面的编辑模式将会被打开。
Original file line numberDiff line numberDiff line change @@ -29,7 +29,7 @@ def __init__(self): self.attachment_end_at = 6 self.app.route("/rest/api/space", methods=["GET"])(self.get_spaces) self.app.route("/rest/api/content", methods=["GET"])(self.get_content) self.a...