summaryrefslogtreecommitdiff
path: root/vendor/league/commonmark/README.md
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2018-04-03 10:27:48 +0100
committerGreg Roach <fisharebest@gmail.com>2018-04-03 10:27:48 +0100
commit30f0d13f8d4704dd820b7a80c76376408c2b1ac1 (patch)
tree1e2a8805f54c7eb5279e6631975de9a46342b9ec /vendor/league/commonmark/README.md
parentb4b32ced939dc7679e8ff64a761c77f9a951f2d0 (diff)
downloadwebtrees-30f0d13f8d4704dd820b7a80c76376408c2b1ac1.tar.gz
webtrees-30f0d13f8d4704dd820b7a80c76376408c2b1ac1.tar.bz2
webtrees-30f0d13f8d4704dd820b7a80c76376408c2b1ac1.zip
Update vendor dependencies
Diffstat (limited to 'vendor/league/commonmark/README.md')
-rw-r--r--vendor/league/commonmark/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/league/commonmark/README.md b/vendor/league/commonmark/README.md
index 64176c21d6..0c08a9bd69 100644
--- a/vendor/league/commonmark/README.md
+++ b/vendor/league/commonmark/README.md
@@ -43,7 +43,7 @@ echo $converter->convertToHtml('# Hello World!');
// <h1>Hello World!</h1>
```
-**Security warning:** If you will be parsing untrusted input from users, please consider setting the `html_input` and `allow_unsafe_links` options. See <https://commonmark.thephpleague.com/security/> for more details.
+:warning: **Security warning:** If you will be parsing untrusted input from users, please consider setting the `html_input` and `allow_unsafe_links` options. See <https://commonmark.thephpleague.com/security/> for more details.
## Advanced Usage & Customization