Skip to content

Commit 9915dd1

Browse files
author
Mizunashi Mana
committed
Fix some documents
1 parent 8046628 commit 9915dd1

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Read the section for your purpose.
1212

1313
1. `composer install --prefer-source --dev`
1414
2. `./bin/php-cs-fixer fix`
15-
3. `composer test`
15+
3. `composer test` and fix any failing tests
1616
4. `git commit` with message
1717
5. Open a pull request and fix any failing tests
1818

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
## Installation / Usage
66

7-
See https://www.dokuwiki.org/plugin:mdpage
7+
See <https://www.dokuwiki.org/plugin:mdpage>.
88

9-
## Contributing Guide
9+
## Report a bug / Contribute a fix
1010

1111
See [Contributing Guide](CONTRIBUTING.md).
1212

1313
## License
1414

15-
This plugin is licensed under the MIT License; see [LICENSE File](LICENSE).
15+
This plugin is licensed under [the MIT License](LICENSE).
1616

17-
* Using [cebe/markdown](https://github.com/cebe/markdown) to parse Markdown texts.
17+
* Using [cebe/markdown](https://github.com/cebe/markdown) to parse Markdown texts under [the MIT License](https://github.com/cebe/markdown/blob/master/LICENSE).

assets/sample-page.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
<markdown>
22
# Header
33

4+
<!-- comment -->
5+
46
simple paragraph: *emph*, **strong** and `mono`.
57

6-
<html>
7-
<p>inline html</p>
8-
</html>
8+
<p>inline html s</p>
99

1010
> quote
1111

1212
```
1313
code block
1414
```
1515

16+
----
17+
1618
[link](https://www.dokuwiki.org)
1719

1820
![image](https://secure.php.net/images/php.gif)

0 commit comments

Comments
 (0)