Skip to content

Commit 4e9af97

Browse files
committed
doc: add version tested
1 parent 920daa5 commit 4e9af97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Listing Table of Contents Extension/Plugin for [Parsedown](http://parsedown.org/)
22

3-
This simple PHP file extends [Parsedown (vanilla)](https://github.com/erusev/parsedown) to generate a list of table of contents, aka ToC, from a markdown text given.
3+
This [simple PHP file](https://github.com/KEINOS/parsedown-extension_table-of-contents/blob/master/Extension.php) extends [Parsedown (vanilla)](https://github.com/erusev/parsedown) to generate a list of table of contents, aka ToC, from a markdown text given.
4+
45
## Online Demo
56

67
https://paiza.io/projects/0TghplxParLqyrP1tjAg6g
@@ -10,6 +11,8 @@ https://paiza.io/projects/0TghplxParLqyrP1tjAg6g
1011
1. Download the '[Extension.php](https://github.com/KEINOS/parsedown-extension_table-of-contents/blob/master/Extension.php)' script and place it anywere you like.
1112
2. Then include it after including the 'Parsedown.php' vanilla.
1213

14+
- Tested with Parsedown 1.7.1
15+
1316
## Usage
1417

1518
```php

0 commit comments

Comments
 (0)