mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35: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
|
||||
* [Installation](#installation)
|
||||
* [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)
|
||||
* [algebra](#algebra)
|
||||
* [basic_math](#basic_math)
|
||||
|
||||
@@ -19,7 +19,7 @@ def write_table_of_contents():
|
||||
tc_lines = [
|
||||
'* [Installation](#installation)\n',
|
||||
'* [Basic Usage](#basic-usage)\n',
|
||||
' * [More Complicated Usage](#more-complicated-usage)'
|
||||
' * [More Complicated Usage](#more-complicated-usage)\n'
|
||||
'* [Documentation](#documentation)\n',
|
||||
'* [List of Generators](#list-of-generators)\n',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user