aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-14 19:16:19 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-14 19:16:19 -0400
commita17c2303ce093d789f32b33cbc9b708161268f69 (patch)
tree67ba7895930c95a5b5bcdb420c1d581e523b7137
parent646fef090ac364bd16701a6f00da0670bd7045ed (diff)
downloadtorspec-a17c2303ce093d789f32b33cbc9b708161268f69.tar.gz
torspec-a17c2303ce093d789f32b33cbc9b708161268f69.zip
Re-run mdformat.
-rw-r--r--spec/README.md6
-rw-r--r--spec/dir-spec/computing-consensus.md2
-rw-r--r--spec/glossary.md1
-rw-r--r--spec/guard-spec-intro.md1
-rw-r--r--spec/padding-spec-intro.md1
-rw-r--r--spec/path-spec-intro.md1
-rw-r--r--spec/pt-spec-intro.md1
-rw-r--r--spec/srv-spec-intro.md3
8 files changed, 3 insertions, 13 deletions
diff --git a/spec/README.md b/spec/README.md
index c248557..5a4db3c 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -51,7 +51,7 @@ called [`spec/tor-spec-intro.md`].
The chapter structure as a whole is defined in a special file called
[`SUMMARY.md`]. Its format is pretty restrictive; see the [mdbook
-documentation] for more information.
+documentation][mdbook documentation] for more information.
You can build the website locally to see how it renders. To do this,
just install mdbook and run the `./build_html.sh` script. (You will
@@ -146,8 +146,8 @@ long-term permalinks.
</dl>
[git repository]: https://gitlab.torproject.org/tpo/core/torspec/
+[heading ids]: https://github.com/raphlinus/pulldown-cmark/blob/master/specs/heading_attrs.txt
+[mdbook documentation]: https://rust-lang.github.io/mdBook/format/summary.html
[`spec/tor-spec-intro.md`]: https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/spec/tor-spec-intro.md?ref_type=heads
[`spec` directory]: https://gitlab.torproject.org/tpo/core/torspec/-/tree/main/spec?ref_type=heads
[`summary.md`]: https://gitlab.torproject.org/tpo/core/torspec/-/raw/main/spec/SUMMARY.md?ref_type=heads
-[heading ids]: https://github.com/raphlinus/pulldown-cmark/blob/master/specs/heading_attrs.txt
-[mdbook documentation]: https://rust-lang.github.io/mdBook/format/summary.html \ No newline at end of file
diff --git a/spec/dir-spec/computing-consensus.md b/spec/dir-spec/computing-consensus.md
index 39d6e5f..329fd45 100644
--- a/spec/dir-spec/computing-consensus.md
+++ b/spec/dir-spec/computing-consensus.md
@@ -1,4 +1,3 @@
-
# Computing a consensus from a set of votes { #computing-consensus }
Given a set of votes, authorities compute the contents of the consensus.
@@ -682,4 +681,3 @@ Additionally, a microdescriptor consensus SHOULD use the sha256 digest
algorithm for its signatures.
<a id="dir-spec.txt-3.10"></a>
-
diff --git a/spec/glossary.md b/spec/glossary.md
index 5a3649a..a8c7940 100644
--- a/spec/glossary.md
+++ b/spec/glossary.md
@@ -10,7 +10,6 @@ This glossary is not a design document; it is only a reference.
This glossary is a work-in-progress; double-check its definitions before
citing them authoritatively. ;)
-
<a id="glossary.txt-0"></a>
## Preliminaries
diff --git a/spec/guard-spec-intro.md b/spec/guard-spec-intro.md
index b7d1836..e9167bf 100644
--- a/spec/guard-spec-intro.md
+++ b/spec/guard-spec-intro.md
@@ -45,4 +45,3 @@ which tries to meet the following goals:
- Should maintain the load-balancing offered by the path selection
algorithm
```
-
diff --git a/spec/padding-spec-intro.md b/spec/padding-spec-intro.md
index 5ab11f8..70726a7 100644
--- a/spec/padding-spec-intro.md
+++ b/spec/padding-spec-intro.md
@@ -9,4 +9,3 @@ This document tries to cover how Tor chooses to use cover traffic to obscure
various traffic patterns from external and internal observers. Other
implementations MAY take other approaches, but implementors should be aware of
the anonymity and load-balancing implications of their choices.
-
diff --git a/spec/path-spec-intro.md b/spec/path-spec-intro.md
index 107d640..55e5df8 100644
--- a/spec/path-spec-intro.md
+++ b/spec/path-spec-intro.md
@@ -19,4 +19,3 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
RFC 2119.
-
diff --git a/spec/pt-spec-intro.md b/spec/pt-spec-intro.md
index 83ff5e9..64b999e 100644
--- a/spec/pt-spec-intro.md
+++ b/spec/pt-spec-intro.md
@@ -10,4 +10,3 @@ traffic to defeat censors.
This document specifies the sub-process startup, shutdown,
and inter-process communication mechanisms required to utilize
PTs.
-
diff --git a/spec/srv-spec-intro.md b/spec/srv-spec-intro.md
index ce15a85..cb954ef 100644
--- a/spec/srv-spec-intro.md
+++ b/spec/srv-spec-intro.md
@@ -2,6 +2,3 @@
This document specifies how the commit-and-reveal shared random subsystem of
Tor works. This text used to be proposal 250-commit-reveal-consensus.txt.
-
-
-