aboutsummaryrefslogtreecommitdiff
path: root/spec/STYLE.md
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-21 18:34:52 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-12-11 14:00:37 +0000
commited75a0031863a7e7d326bdba429bfdb083970d2c (patch)
treedc29e9d58e5a6009e5e498d5e04b288ab2484141 /spec/STYLE.md
parentcef801738214827c0e425cc9a72a479e3ed698e7 (diff)
downloadtorspec-ed75a0031863a7e7d326bdba429bfdb083970d2c.tar.gz
torspec-ed75a0031863a7e7d326bdba429bfdb083970d2c.zip
STYLE: Add a note on how to use div in mdbook
Diffstat (limited to 'spec/STYLE.md')
-rw-r--r--spec/STYLE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/STYLE.md b/spec/STYLE.md
index cd0786e..8111084 100644
--- a/spec/STYLE.md
+++ b/spec/STYLE.md
@@ -171,7 +171,8 @@ on the same line as the `<span>`
to avoid mdbook thinking you were writing
a whole paragraph of raw HTML.
-Sometimes you may wish to use `<div id="...">`.
+Sometimes you may wish to use `<div id="...">` and `</div>`
+(which must usually be placed as paragraphs of their own).
Example:
```