Skip to content

Commit f8fe788

Browse files
committed
Better Markdown styling
1 parent 4083931 commit f8fe788

File tree

10 files changed

+1337
-9
lines changed

10 files changed

+1337
-9
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,15 @@ vendor/
77
*.bat
88
phpunit.xml
99
composer.lock
10+
src/PHPFUI/Input
11+
src/PHPFUI/HTMLUnitTester
12+
src/PHPFUI/MySQLSlowQuery
13+
src/PHPFUI/PayPal
14+
src/PHPFUI/PHPUnitSyntaxCoverage
15+
src/PHPFUI/Traits
16+
src/PHPFUI/Interfaces
17+
src/PHPFUI/V6
18+
19+
1020

1121

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"scrivo/highlight.php": ">=9.17",
1818
"phpdocumentor/reflection-docblock": ">=3.0",
1919
"gitonomy/gitlib": ">=1.2",
20-
"cebe/markdown": ">=1.2"
20+
"cebe/markdown": ">=1.2",
21+
"paquettg/php-html-parser": "^3.1"
2122
},
2223
"autoload": {
2324
"psr-0": {"PHPFUI\\InstaDoc\\": "src/"}

0 commit comments

Comments
 (0)