> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
Production postmortem: The race condition in the interlock - 3 days from now
When racing the Heisenbug, code quality goes out the Windows - 5 days from now
Pricing transparency in RavenDB Cloud - 7 days from now
Who can cancel Carmen Sandiego? - 10 days from now
Comments
Always nice to have message asking to report performance, and from a support technician perspective even better not to be able to get it ;)
"We have received no reports of errors" ;-)
Dear Mozilla: Paging is your friend
How would a ravendb backed email client cope, presumably much quicker. It might be an interesting use-case.
Rob, Actually, we do have a customer that is running RavenDB as the backend for a messaging system with > 30,000 users.
Comment preview