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 |
![]() |
*Italic* | Italic |
![]() |
~~Deleted~~ | |
![]() |
`Inline Code` | Inline Code |
![]() |
<pre> lines of code </pre> |
lines of code |
| Lists | ||
![]() |
- Item 1 - Item 2 |
|
![]() |
1. Item 1 2. Item 2 |
|
| Headings | ||
![]() |
Title 1 =========== |
Title 1 |
![]() |
Title 2 --------------------- |
Title 2 |
![]() |
### Title 3 | Title 3 |
| Links | ||
| [http://foo.bar] | http://foo.bar | |
| [Foo][http://foo.bar] | Foo | |
| Redmine links | ||
![]() | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 | |
| Revision r43 | Revision r43 | |
| commit:f30e13e43 | f30e13e4 | |
| source:some/file | source:some/file | |
| OSB links | ||
| pubmed:17442244 | Gleeson P et al 2007 | |
| github:readme.md | [It brings file content from repo] | |
| bitbucket:readme.md | [It brings file content from repo] | |
| Inline images | ||
![]() |
 | |
|  | ||
| Formula in LaTeX style | ||
| {{latex(formula)}} | ||
| {{latex(x=\frac{-b\pm\sqrt{b^2-4ac}}{2a})}} | ||