mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Change to triple-backtick code fences.
Former-commit-id: 81d38ed0155734a72d98b2e16425635da907aa01
This commit is contained in:
4
vendor/docdown/README.md
vendored
4
vendor/docdown/README.md
vendored
@@ -12,7 +12,7 @@ For a list of upcoming features, check out our [roadmap](https://github.com/jdal
|
||||
|
||||
Usage example:
|
||||
|
||||
~~~ php
|
||||
```php
|
||||
require("docdown.php");
|
||||
|
||||
// generate Markdown
|
||||
@@ -20,7 +20,7 @@ $markdown = docdown(array(
|
||||
"path" => $filepath,
|
||||
"url" => "https://github.com/username/project/blob/master/my.js"
|
||||
));
|
||||
~~~
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
|
||||
Reference in New Issue
Block a user