如何在Confluence中这样格式化内联代码?我的意思是,不是一个单独的代码块,而只是内联类名。
当前回答
如果您想插入具有可选行号的大代码块等,请使用代码宏(在宏-> Other下可用)。
其他回答
如果您想插入具有可选行号的大代码块等,请使用代码宏(在宏-> Other下可用)。
我结合了Zelphir和Peter Gluck的回答。即。
点击COMMAND + SHIFT + D 在模型弹出框的下拉菜单中选择Markdown 用代码标签包围你的文本-即<code> bovered </code> 点击插入
我发现用颜色格式化有点棘手,因为Confluence(5.6.3)对{{monospace}}块周围的空格非常挑剔。
用{{}}包围内联文本。
警告:
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 {{ }}.
所有这些其他答案听起来都是好主意,我建议首先使用它们,但为了完整性起见,我将继续在列表中添加一个。
您可以简单地使用html宏,然后粘贴内容包装在<pre> </pre>标签。