Answers:
在Atlassian的JIRA {code}
宏覆盖部分高级格式化的内文本格式符号说明:
使用语法高亮显示预格式化的代码块。{panel}宏的所有可选参数也对{code}有效。默认语言是Java,但您也可以指定其他语言,包括ActionScript,Ada,AppleScript,bash,C,C#,C ++,CSS,Erlang,Go,Groovy,Haskell,HTML,JavaScript,JSON,Lua,Nyan,Objc,Perl ,PHP,Python,R,Ruby,Scala,SQL,Swift,VisualBasic,XML和YAML。
例:
{code:title=Bar.java|borderStyle=solid} // Some comments here public String getFoo() { return foo; } {code} {code:xml} <test> <another tag="attribute"/> </test> {code}
默认情况下,它在字段上使用默认文本渲染器Description
。您可能需要编辑您的字段配置(以管理员身份)才能使用Wiki Style Renderer。