mirror of
https://github.com/becarpenter/book6.git
synced 2024-05-07 02:54:53 +00:00
spacing fix
This commit is contained in:
1
Index.md
1
Index.md
@ -1,5 +1,6 @@
|
|||||||
# book6 Main Index
|
# book6 Main Index
|
||||||
<img src="./book6logo.png" width="200px" height="auto"/>
|
<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.
|
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 -->
|
<!-- Link lines generated automatically; do not delete -->
|
||||||
[address ●](./1.%20Introduction%20and%20Foreword/How%20a%20user%20sees%20IPv6.md)
|
[address ●](./1.%20Introduction%20and%20Foreword/How%20a%20user%20sees%20IPv6.md)
|
||||||
|
@ -259,7 +259,7 @@ for i in range(len(index)):
|
|||||||
index[i] = index[i].replace(head, '['+blob)
|
index[i] = index[i].replace(head, '['+blob)
|
||||||
|
|
||||||
index.insert(0,'# book6 Main Index\n')
|
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(2,"This index was created automatically, so it's dumb. ")
|
||||||
index.insert(3,"It is not case-sensitive. ")
|
index.insert(3,"It is not case-sensitive. ")
|
||||||
index.insert(4,'It has links to each section that mentions each keyword.\n')
|
index.insert(4,'It has links to each section that mentions each keyword.\n')
|
||||||
|
Reference in New Issue
Block a user