You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: style.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The use of referenced links in the markdown body helps to keep files clean and o
32
32
This also facilitates updates of external link targets on a per-file basis.
33
33
34
34
Referenced links should be kept in two alphabetically sorted sets, a general reference section followed by a man page section.
35
-
To keep Pandoc happy, duplicate naming of links within pages listed in the Makefile's DOC_FILES variable should be avoided by appending an '_N' to the link tagname, where 'N' is some number not currently in use.
35
+
To keep Pandoc happy, duplicate naming of links within pages listed in the Makefile's `DOC_FILES` variable should be avoided by appending an `_N` to the link tagname, where `N` is some number not currently in use.
36
36
The organization and style of an existing reference section should be maintained unless it violates these style guidelines.
37
37
38
38
An exception to these rules is when a URL is needed contextually, for example when showing an explicit link to the reader.
0 commit comments