We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0542c8f commit 8a0cc70Copy full SHA for 8a0cc70
README.md
@@ -160,7 +160,7 @@ $converter->getConfig()->setOption('use_autolinks', true);
160
$markdown = $converter->convert($html); // $markdown now contains "<https://thephpleague.com>"
161
162
$converter->getConfig()->setOption('use_autolinks', false); // default
163
-$markdown = $converter->convert($html); // $markdown now contains "[https://google.com](https://google.com)"
+$markdown = $converter->convert($html); // $markdown now contains "[https://thephpleague.com](https://thephpleague.com)"
164
```
165
166
### Passing custom Environment object
0 commit comments