Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Aug 29, 2023
1 parent 376df5c commit 824a161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Usage: dumber [OPTION] FILE
-w Write section numbers to the .md file (default to stdout)
```

To add a table of contents you have to add an HTML comment where you want to the table of contents will be added: `<!-- Toc -->`, and add the `-t` option to your command line. The table of contents will be written just after the comment line. And you can add this comment line as many times as you want.
To add a table of contents you have to add an HTML comment where you want the table of contents to appear: `<!-- ToC -->`, and add the `-t` option to your command line for sure. The table of contents will be written just after the HTML comment line. And you can add this comment line as many times as you want.

0 comments on commit 824a161

Please sign in to comment.