From 1173ccaf89ae2ff8152ea4861c6f13b08ace9b2b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 08:47:58 +0300 Subject: markdown.md: update --- markdown.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/markdown.md b/markdown.md index 89b3257..02f7212 100644 --- a/markdown.md +++ b/markdown.md @@ -13,12 +13,13 @@ line feed at the end in Windows' `cmd`, an extra empty line is added. * Longer items wrap at 79 characters and continue from the leftmost character column. Additional sentences start there also. -* Prefer reference-style linkes over inline links. -Use implicit reference link names where appropriate, omitting the second pair -of brackets `[]` entirely. -* First- and second- level headers are underlined (with `=` and `-`). -The number of `=` (or `-`) signs must be equal to the number of characters in -the header. +* Prefer reference-style links over inline links. +Omit the second pair of brackets `[]` entirely where appropriate. +For example, [Google] is preferred over both [Google](https://ya.ru) and +[I'm feeeling lucky][google] (see document source). +* First- and second-level headers are underlined (with `=` and `-`). +The number of `=`/`-` signs must be equal to the number of characters in the +header. * File paths are enclosed in double quotes. Environment variable names are enclosed in a pair of backticks (\`) unless it's a part of a path. @@ -34,3 +35,5 @@ In a table, | the | first row | is underlined. ----------- | --- | --------- | -------------- Leftmost | and | rightmost | vertical lines | are | omitted. | + +[Google]: https://www.google.com/ -- cgit v1.2.3