You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
This directory contains various examples of how to use the `ParsedownToC` library. Each example demonstrates a different feature or functionality of the library.
4
4
5
5
> [!IMPORTANT]
6
-
> These examples supports PHP 5.3 to 8.3. They DO NOT work on PHP 8.4 or later.
6
+
> These examples use the patched version of `Parsedown` and/or `ParsedownExtra` if the PHP version is high.
7
7
8
8
## Testing
9
9
10
-
The examples are also used as integration tests to check the extension's functionality. The examples are used to test the extension's functionality.
10
+
These examples are also used as "integration tests" to check the extension's functionality in actual use cases.
0 commit comments