diff options
| -rw-r--r-- | examples/formatting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/formatting.txt b/examples/formatting.txt index 556d649..8fbd792 100644 --- a/examples/formatting.txt +++ b/examples/formatting.txt | |||
| @@ -3,7 +3,7 @@ Messages in `snac` allow a special subset of Markdown, that includes *emphasized | |||
| 3 | Line breaks are output as you write it. | 3 | Line breaks are output as you write it. |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | Prepending a less-than in a line makes it a quote: | 6 | Prepending a greater-than symbol in a line makes it a quote: |
| 7 | 7 | ||
| 8 | > This is quoted text | 8 | > This is quoted text |
| 9 | > | 9 | > |