-
Notifications
You must be signed in to change notification settings - Fork 5
Conventions for Markdown editing
The phisolophy of Markdown is that the unrendered text should be visually similar to the rendered output. So take care and don't pollute the Markdown file with non-WYSIWYG content (e.g. comments in HTML).
80 chars, so that the text can be readable
Leave a single empty line to start a new paragraph.
This is a new paragraph.
Use #
s:
- Level 1 heading:
# Heading 1
- Level 2 heading:
## Heading 2
- Level 3 heading:
### Heading 3
- etc
__text in bold__
yields text in bold
_text in italics_
yields text in italics
Use simple dashes for bullets.
- Item 1
- Item 2
- Item 3
yields:
- Item 1
- Item 2
- Item 3
1. Item A
2. Item B
3. Item C
yields:
- Item A
- Item B
- Item C
3 space identation should be added for every nesting level. All levels should be vertically aligned.
- Item 1.
Continuation of Item 1 should be aligned vertically.
Another continuation vertically aligned.
- Item 2
- Item 2.A (idented by 3 spaces)
Continuation of Item 2.A should also be aligned.
- Item 2.B
- Item 3
yields:
- Item 1. Continuation of Item 1 should be aligned vertically. Another continuation vertically aligned.
- Item 2
- Item 2.A (indented by 3 spaces) Continuation of Item 2.A should also be aligned.
- Item 2.B
- Item 3
Vertically align columns to the widest one.
Leave 1 char space after and before the column separator (|
).
| Column A | Column B |
|---------------|---------------|
| Row 1 | Row 1 |
| Row 2 foo | Row 2 foo |
| Row 3 foo bar | Row 3 foo bar |
yields:
Column A | Column B |
---|---|
Row 1 | Row 1 |
Row 2 foo | Row 2 foo |
Row 3 foo bar | Row 3 foo bar |
Don't do this:
| Column A | Column B |
|---------------|---------------|
| Row 1 | Row 1 |
| Row 2 foo | Row 2 foo |
| Row 3 foo bar | Row 3 foo bar |
You should respect the WYSIWYG philosophy of Markdown.
Wrap inline snippets of code with single backtick quotes: foo
Use fences ``` to block in multiple lines of code. Specifying the code language to perform proper syntax highlighting:
x=1
y=2
Put captions in double quotes as follows:

yields:
[NSTAT github](https://github.com/intracom-telecom/nstat)
yields:
Intro
Stress Tests
- Switch scalability test with active MT-Cbench switches
- Switch scalability test with active Multinet switches
- Switch scalability test with idle MT-Cbench switches
- Switch scalability test with idle Multinet switches
- Controller stability test with active MT-Cbench switches
- Controller stability test with idle Multinet switches
- Flow scalability test with idle Multinet switches
Emulators
Monitoring tools
- OpenFlow monitoring tools
Design
Releases
ODL stress tests performance reports
Sample Performance Results