From 2bc2fb358dfeaedd2f0cc83e7a25204f5f65af31 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 9 Nov 2019 13:13:54 +0300 Subject: markdown: link to document's source --- _notes/markdown.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_notes/markdown.md b/_notes/markdown.md index a64ca6d..dee25f4 100644 --- a/_notes/markdown.md +++ b/_notes/markdown.md @@ -17,7 +17,7 @@ Additional sentences start there also. * 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 this document's source). +[I'm feeeling lucky][google] (see [this document's source]). * First- and second-level headers are underlined with strings of `=` and `-`. The number of `=`/`-` signs must be equal to the number of characters in the header. @@ -41,3 +41,4 @@ a path, a link or a header. {: .table .table-bordered } [Google]: https://www.google.com/ +[this document's source]: https://raw.githubusercontent.com/{{ site.github.repository_nwo }}/{{ site.github.source.branch }}/{{ page.path }} -- cgit v1.2.3