mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Rewrite Markdown convention rule: Do not allow reference links
This commit is contained in:
parent
ada42d7023
commit
7250daea53
@ -350,24 +350,8 @@ When making contributions, please try to observe the following style conventions
|
||||
|
||||
The `#` symbol preceding each comment is ambiguous with a root command prompt.
|
||||
Instead, put your comments *outside* of the code block in normal prose.
|
||||
* Use full reference links like this
|
||||
|
||||
```
|
||||
Visit [our website][website].
|
||||
|
||||
[website]: https://example.com/
|
||||
```
|
||||
|
||||
over shortcut reference links and collapsed reference links like these
|
||||
|
||||
```
|
||||
Visit [our website].
|
||||
Visit [our website][].
|
||||
|
||||
[our website]: https://example.com/
|
||||
```
|
||||
|
||||
* Rationale: This makes translations into other languages with different linguistic cases easier.
|
||||
* Use non-reference-style links like `[website](https://example.com/)`.
|
||||
Do *not* use reference links like `[website][example]`, `[website][]` or `[website]`.
|
||||
|
||||
([This][md] is a great source for learning about Markdown.)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user