Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Correct markdown reference documentation on optional outermost | characters |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
08e4371bdc53d792780f4ae42c198878 |
User & Date: | andygoth 2018-08-27 15:00:32.875 |
Context
2018-08-27
| ||
15:00 | Remove unnecessary execute bit ... (check-in: cabc447c user: andygoth tags: trunk) | |
15:00 | Correct markdown reference documentation on optional outermost | characters ... (check-in: 08e4371b user: andygoth tags: trunk) | |
2018-08-26
| ||
02:20 | Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 3f12d406 user: mistachkin tags: trunk) | |
Changes
Changes to src/markdown.md.
︙ | ︙ | |||
91 92 93 94 95 96 97 | > The first row is a header if followed by a horizontal rule or a blank line. > Placing **:** at the left, both, or right sides of a cell gives left-aligned, > centered, or right-aligned text, respectively. By default, header cells are > centered, and body cells are left-aligned. | | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | > The first row is a header if followed by a horizontal rule or a blank line. > Placing **:** at the left, both, or right sides of a cell gives left-aligned, > centered, or right-aligned text, respectively. By default, header cells are > centered, and body cells are left-aligned. > The leftmost or rightmost **\|** is required only if the first or last column, > respectively, contains at least one blank cell. ## Miscellaneous ## > * In-line images are made using **\!\[alt-text\]\(image-URL\)**. > * Use HTML for advanced formatting such as forms. > * **\<!--** HTML-style comments **-->** are supported. > * Escape special characters (ex: **\[** **\(** **\|** **\***) |
︙ | ︙ |