1
0
mirror of https://github.com/becarpenter/book6.git synced 2024-05-07 02:54:53 +00:00

spacing fix

This commit is contained in:
Brian E Carpenter
2022-12-27 11:24:01 +13:00
parent 95cbfc2561
commit 54c3f5ff5d
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# book6 Main Index
<img src="./book6logo.png" width="200px" height="auto"/>
This index was created automatically, so it's dumb. It is not case-sensitive. It has links to each section that mentions each keyword.
<!-- Link lines generated automatically; do not delete -->
[address ●](./1.%20Introduction%20and%20Foreword/How%20a%20user%20sees%20IPv6.md)

View File

@ -259,7 +259,7 @@ for i in range(len(index)):
index[i] = index[i].replace(head, '['+blob)
index.insert(0,'# book6 Main Index\n')
index.insert(1,'<img src="./book6logo.png" width="200px" height="auto"/>\n')
index.insert(1,'<img src="./book6logo.png" width="200px" height="auto"/>\n\n')
index.insert(2,"This index was created automatically, so it's dumb. ")
index.insert(3,"It is not case-sensitive. ")
index.insert(4,'It has links to each section that mentions each keyword.\n')