Wiki Syntax Quick Reference

OSB uses GitHub Flavored Markdown in order to be as compatible as possible with GitHub wikis while providing an easy-to-read, easy-to-write plain text format. If you are not familiar with GitHub Markdown, take a look.

Font Styles
Strong **Strong** Strong
Italic *Italic* Italic
Deleted ~~Deleted~~ Deleted
Inline Code `Inline Code` Inline Code
Preformatted text <pre>
 lines
 of code
</pre>
 lines
 of code
Lists
Unordered list - Item 1
- Item 2
  • Item 1
  • Item 2
Ordered list 1. Item 1
2. Item 2
  1. Item 1
  2. Item 2
Headings
Heading 1 Title 1
===========

Title 1

Heading 2 Title 2
---------------------

Title 2

Heading 3 ### Title 3

Title 3

Links
[http://foo.bar] http://foo.bar
[Foo][http://foo.bar] Foo
Redmine links
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
Revision r43Revision r43
commit:f30e13e43f30e13e4
source:some/filesource:some/file
OSB links
pubmed:17442244Gleeson P et al 2007
github:readme.md[It brings file content from repo]
bitbucket:readme.md[It brings file content from repo]
Inline images
Image ![Alt text](/path/img.jpg)
![Alt text](/path/img.jpg "Opt title")
Formula in LaTeX style
{{latex(formula)}}
{{latex(x=\frac{-b\pm\sqrt{b^2-4ac}}{2a})}}

More Information About Formula Syntax

More Information About Markdown Syntax