mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Fix missing newline
This commit is contained in:
@@ -9,7 +9,8 @@ If you have an idea for a generator, please add it as an issue and tag it with t
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Basic Usage](#basic-usage)
|
* [Basic Usage](#basic-usage)
|
||||||
* [More Complicated Usage](#more-complicated-usage)* [Documentation](#documentation)
|
* [More Complicated Usage](#more-complicated-usage)
|
||||||
|
* [Documentation](#documentation)
|
||||||
* [List of Generators](#list-of-generators)
|
* [List of Generators](#list-of-generators)
|
||||||
* [algebra](#algebra)
|
* [algebra](#algebra)
|
||||||
* [basic_math](#basic_math)
|
* [basic_math](#basic_math)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ def write_table_of_contents():
|
|||||||
tc_lines = [
|
tc_lines = [
|
||||||
'* [Installation](#installation)\n',
|
'* [Installation](#installation)\n',
|
||||||
'* [Basic Usage](#basic-usage)\n',
|
'* [Basic Usage](#basic-usage)\n',
|
||||||
' * [More Complicated Usage](#more-complicated-usage)'
|
' * [More Complicated Usage](#more-complicated-usage)\n'
|
||||||
'* [Documentation](#documentation)\n',
|
'* [Documentation](#documentation)\n',
|
||||||
'* [List of Generators](#list-of-generators)\n',
|
'* [List of Generators](#list-of-generators)\n',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user