【问题标题】:Change the format of the inline monospaced code in confluence to make it stand out在 confluence 中更改内联等宽代码的格式以使其脱颖而出
【发布时间】:2015-08-18 16:03:20
【问题描述】:

如何在 Confluence 中更改内联等宽代码的格式,使其像在 GitHub markdown 中一样突出,其中它有灰色背景。在融合中,内联代码似乎并不突出。

【问题讨论】:

    标签: confluence


    【解决方案1】:

    在 Confluence 服务器中

    你可以去Confluence Admin |外观和感觉 |自定义 HTML |在 HEAD 的末尾并添加:

    <style>
      #com-atlassian-confluence code {
        margin: 0 2px;
        padding: 0px 5px;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
      }
    </style>
    

    或者,您可以将其添加到自定义样式表中。

    在合流云中

    这是不可能的。期间。

    【讨论】:

    • 谢谢,是的,看来我在云端什么都做不了
    猜你喜欢
    • 2012-10-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-26
    • 1970-01-01
    • 1970-01-01
    • 2021-07-30
    相关资源
    最近更新 更多