如何在Confluence中这样格式化内联代码?我的意思是,不是一个单独的代码块,而只是内联类名。


当前回答

如果您想插入具有可选行号的大代码块等,请使用代码宏(在宏-> Other下可用)。

其他回答

我发现做到这一点的最简单的方法是从行开始写markdown。按Ctrl+D(打开标记输入对话框的快捷键)并键入markdown。普通的维基编辑器似乎不太适合精确格式化。它似乎不太了解字符样式,只知道段落样式。

若要在“汇流”中插入内联单行字体,请将文本用双花括号括起来。

这是一个{{example}}。

如果您正在使用Confluence 4。x或更高,你也可以从段落样式菜单中选择“预格式化”选项。请注意,这将适用于整个生产线。

这里有完整的参考资料。

在撰写本文时,我发现{{string}}和{{string}}都不能工作。我的控制面板上只有代码块按钮。

但是,有一个快捷方式列出了固定宽度格式:Ctrl+Shift+M。

我翻了翻菜单,但没能找到提供给我们的是什么版本。

如果您想插入具有可选行号的大代码块等,请使用代码宏(在宏-> Other下可用)。

用{{}}包围内联文本。

警告:

You have to hit the spacebar after }} You can't copy inline preformatted text and maintain it's look. If you do copy it you might not be able to add {{ }} to fix it. Just retype it or paste without formatting (Cmd ⌘+Shift+V on Mac) then add {{ }} and hit space. If you add the {{ }} to existing text later, it can not be surrounded by other characters, e.g. if you want parenthesis around your preformatted text, you cannot fix (my text) by adding braces ({{my text}}). First add space around your text ( my text ) then add the {{ }}.