diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -25,6 +25,11 @@ but the work has not been done yet. == Syntax == +Em's complete and exact syntax is defined by its implementation [c], +but this section contains a general description. + + [c] ../tree/aux/emparse + === Block-level formatting === _A single empty line_ always marks a block break. There is @@ -112,14 +117,14 @@ Paragraphs start with no space: _Italic, bold and teletype text_ is marked with the asterisk, the underscore and the backtick, respectively: - Example of *italic* text. + Example of *italic text*. The marks are only valid in certain positions: 1. At word borders - 2. After an opening parenthesis - 3. Before any of `.,:;?!)` - 4. Before a closing parenthesis any of `.,:;?!` + 2. At the beginning of a word after an opening parenthesis + 3. At the end of a word before any of `.,:;?!)` + 4. At the end of a word before a closing parenthesis followed by any of `.,:;?!` _Inline references_ are created with square brackets: |