Skip to content

Commit

Permalink
doc: add version tested
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Apr 7, 2018
1 parent 920daa5 commit 4e9af97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Listing Table of Contents Extension/Plugin for [Parsedown](http://parsedown.org/)

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.
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.

## Online Demo

https://paiza.io/projects/0TghplxParLqyrP1tjAg6g
Expand All @@ -10,6 +11,8 @@ https://paiza.io/projects/0TghplxParLqyrP1tjAg6g
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.
2. Then include it after including the 'Parsedown.php' vanilla.

- Tested with Parsedown 1.7.1

## Usage

```php
Expand Down

0 comments on commit 4e9af97

Please sign in to comment.