Wiki Reference

Reply quotation
>Text to
>reply on
Your reply
Text to
reply on

Your reply
Quotation
{quote}
Text
{quote}
Text
Monospace text
{monospace}test{monospace}
test
Monospace text with bracket
{{text}}
text
Text without wiki formatting
{noformat}*link* [http://www.ya.ru]{noformat}
*link* [http://www.ya.ru]
Collapsible block
{cut Head of block} Internal block{cut}
Head of block Internal block
Code markup with parameters
{code:lang=scala|title=Code}object HelloWorld {
  def main(args: Array[String]) {
    println("Hello, world!")
  }
}{code}
Code
object HelloWorld {
  def main(args: Array[String]) {
    println("Hello, world!")
  }
}
Code highlighter

By default, code highlighter supports C, C++, C#, Java, JavaScript, Perl, Python, Ruby and SH languages. To enable highlighting for additional languages, use 'lang=<langname>' parameter for the code tag. Supported additional languages: apollo (AGC/AEA Assembly Language), css, hs (Haskell), lisp, lua, ml, scala, sql, vb, vhdl, wiki, yaml.
{code lang=hs}
-- Point-free style
fib :: Integer -> Integer
fib = (fibs !!)
       where fibs = 0 : scanl (+) 1 fibs
 
-- Explicit
fib :: Integer -> Integer
fib n = fibs !! n
        where fibs = 0 : scanl (+) 1 fibs
{code}
-- Point-free style
fib :: Integer -> Integer
fib = (fibs !!)
       where fibs = 0 : scanl (+) 1 fibs
 
-- Explicit
fib :: Integer -> Integer
fib n = fibs !! n
        where fibs = 0 : scanl (+) 1 fibs
You can color your text (use keyword or #RRGGBB)
{color:green}green{color} and {color:#E6E6FA}another color{color}
green and another color
Tables
||a||b||
|a|b|
ab
ab
Exception
java.lang.NullPointerException
	at com.SomeClass.someMethod(SomeClass.java:20)
	at com.SomeClass.someMethod2(SomeClass.java:10)
java.lang.NullPointerException
java.lang.NullPointerException
 at com.SomeClass.someMethod(SomeClass.java:20)
 at com.SomeClass.someMethod2(SomeClass.java:10)
Lists
* first
* second
* third
# first
# second
# third
* first
*# second
*# third
  • first
  • second
  • third
  1. first
  2. second
  3. third
  • first
    1. second
    2. third

External link with alias
[http://jetbrains.com JetBrains, Inc.]
External link with alias
[JetBrains, Inc.|http://jetbrains.com]
External link
http://jetbrains.com
[http://jetbrains.com]
Level 4 header
====Level 4 header====

Level 4 header

Level 3 header
===Level 3 header===

Level 3 header

Level 2 header
==Level 2 header==

Level 2 header

Level 1 header
=Level 1 header=

Level 1 header

Bold & italic
'''''Bold & italic'''''
Bold & italic
Bold
'''Bold'''
Bold
Italic
''Italic''
Italic
Strike
--deleted--
deleted
Line break
first line
-----
second line
first line

second line
Adds text on mouseover
~~Text|Text on mouseover~~
Text
Underline
+Underline+
Underline
Bold
*Bold*
Bold
Link to issue
NUPRJ-1
Link to issue attachment
[file:attachment.png]
[file:attachment.png]
Draw picture
!YouTrack-h-55401101.png!
Link to query
[query:for: me #unresolved]
Sandbox