@@ -51,7 +51,7 @@ JSON: package: "package.json" -->
51
51
</table >
52
52
</p >
53
53
54
- <p align =" center " ><a href =" #table-of-contents " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
54
+ <p align =" center " ><a href =" #table-of-contents " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
55
55
56
56
<details open >
57
57
<summary><big><b>Table of Contents</big></b></summary>
@@ -91,7 +91,7 @@ JSON: package: "package.json" -->
91
91
</ol>
92
92
</details >
93
93
94
- <p align =" center " ><a href =" #demo " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
94
+ <p align =" center " ><a href =" #demo " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
95
95
96
96
97
97
@@ -100,7 +100,7 @@ JSON: package: "package.json" -->
100
100
101
101
<p align =" center " ><a href =" assets/demo.gif " ><img align =" center " width =" 800px " src =" assets/demo.gif " alt =" demo " /></a ></p >
102
102
103
- <p align =" center " ><a href =" #about-the-project " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
103
+ <p align =" center " ><a href =" #about-the-project " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
104
104
105
105
106
106
@@ -125,7 +125,7 @@ When I worked on multiple projects simultaneously, the complexity of updating in
125
125
</table >
126
126
</p >
127
127
128
- <p align =" center " ><a href =" #getting-started " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
128
+ <p align =" center " ><a href =" #getting-started " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
129
129
130
130
131
131
@@ -157,7 +157,7 @@ cd Enhanced_Markdown_Generator
157
157
./uninstall.sh && ./install.sh
158
158
```
159
159
160
- <p align =" center " ><a href =" #usage " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
160
+ <p align =" center " ><a href =" #usage " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
161
161
162
162
163
163
@@ -663,7 +663,7 @@ The `_data_` refers to the exported data.
663
663
664
664
With ` {-- template:toc --} ` , a foldable TOC is generated as below, click the little triangle to fold and unfold it:
665
665
666
- <p align =" center " ><a href =" #table-of-contents " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
666
+ <p align =" center " ><a href =" #table-of-contents " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
667
667
668
668
<details open >
669
669
<summary><big><b>Table of Contents</big></b></summary>
@@ -743,7 +743,7 @@ The key of configurations of `mdgen` is as shown below:
743
743
| --extend | string | Path to another configuration object that should be extended. |
744
744
| --checkLinks | boolean | Checks all links for aliveness after the README file has been generated. |
745
745
746
- <p align =" center " ><a href =" #roadmap " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
746
+ <p align =" center " ><a href =" #roadmap " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
747
747
748
748
749
749
@@ -761,7 +761,7 @@ The key of configurations of `mdgen` is as shown below:
761
761
762
762
See the [ open issues] ( https://github.com/renhong-zhang/enhanced-markdown-generator/issues ) for a full list of proposed features (and known issues).
763
763
764
- <p align =" center " ><a href =" #changelog " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
764
+ <p align =" center " ><a href =" #changelog " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
765
765
766
766
767
767
@@ -770,7 +770,7 @@ See the [open issues](https://github.com/renhong-zhang/enhanced-markdown-generat
770
770
771
771
Detailed changes for each release are documented in the [ release notes] ( https://github.com/renhong-zhang/enhanced-markdown-generator/releases ) .
772
772
773
- <p align =" center " ><a href =" #code-contributors " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
773
+ <p align =" center " ><a href =" #code-contributors " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
774
774
775
775
776
776
@@ -780,7 +780,7 @@ Thank you to all the people who already contributed to Enhanced Markdown Generat
780
780
<a href =" https://github.com/renhong-zhang/enhanced-markdown-generator/contributors " ><img
781
781
src="https://opencollective.com/enhanced-markdown-generator/contributors.svg?width=890 " /></a >
782
782
783
- <p align =" center " ><a href =" #contributing " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
783
+ <p align =" center " ><a href =" #contributing " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
784
784
785
785
786
786
@@ -802,7 +802,7 @@ If you have a suggestion that would make this better, please fork the repo and c
802
802
4 . Push to the Branch (` git push origin feature/NewFeature ` )
803
803
5 . Open a Pull Request
804
804
805
- <p align =" center " ><a href =" #author- " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
805
+ <p align =" center " ><a href =" #author- " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
806
806
807
807
808
808
@@ -823,7 +823,7 @@ If you have a suggestion that would make this better, please fork the repo and c
823
823
</table >
824
824
</p >
825
825
826
- <p align =" center " ><a href =" #how-can-i-support-you " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
826
+ <p align =" center " ><a href =" #how-can-i-support-you " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
827
827
828
828
829
829
@@ -832,7 +832,7 @@ If you have a suggestion that would make this better, please fork the repo and c
832
832
833
833
There are lots of ways to support me! I would be so happy if you give any of my repositories a ⭐️, and tell your friends about this little corner of the Internet
834
834
835
- <p align =" center " ><a href =" #acknowledgments " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
835
+ <p align =" center " ><a href =" #acknowledgments " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
836
836
837
837
838
838
@@ -841,7 +841,7 @@ There are lots of ways to support me! I would be so happy if you give any of my
841
841
842
842
* [ andreasbm/readme: Automatically generate a beautiful best-practice README file based on the contents of your repository] ( https://github.com/andreasbm/readme ) : Thanks to the basic code framework of this project
843
843
844
- <p align =" center " ><a href =" #license " ><img align =" center " width =" 100% " height = " 5px " src =" assets/line.svg " /></a ></p >
844
+ <p align =" center " ><a href =" #license " ><img align =" center " width =" 100% " src =" assets/line.svg " /></a ></p >
845
845
846
846
847
847
0 commit comments