The text markup (i) is rendered as , a principle which applies to many more Confluence Emoticons. There is a feature request at CONF-4884 for enabling or disabling emoticon rendering in this manner via Confluence's Administrative features. However, to disable emoticon rendering in Confluence:
wikiFiltersSubsystemContext.xml:
<ref local="emoticonRendererComponent"/> |
wiki-renderer-components.xml, located in WEB-INF/lib/confluence-2.x.y.jar/plugins. Please follow the steps as suggested here to edit files in a .jar file.
<renderer-component key="emoticon" name="Emoticon Renderer"
class="com.atlassian.confluence.renderer.plugin.SpringRendererComponentFactory" weight="10000">
<param name="componentName">emoticonRendererComponent</param>
</renderer-component>
|
Alternatively, manually escape the character with a "backslash","\". For example:
\(i) |
Code Macro and Noformat Macro is also an option as any emoticons wrapped within the macro will be disabled automatically.