File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ $text = $autolink->convert($text);
7272
7373Output:
7474
75- ``` php
75+ ``` html
7676This is Simple URL:
7777<a href =" http://www.google.com.tw" >http://www.google.com.tw</a >
7878
@@ -113,11 +113,11 @@ $text = $autolink->convert($text);
113113
114114The link text will be:
115115
116- ``` php
116+ ```
117117http://campus.asukademy.com/learning/job/84-fin...
118118```
119119
120- Use Your own limit handler:
120+ Use Your own limit handler by set a callback :
121121
122122``` php
123123$auitolink->textLimit(function($url)
@@ -126,7 +126,7 @@ $auitolink->textLimit(function($url)
126126});
127127```
128128
129- Or use Pretty shorter :
129+ Or use ` \Asika\Autolink\Linker::shorten() ` Pretty handler :
130130
131131``` php
132132$auitolink->textLimit(function($url)
You can’t perform that action at this time.
0 commit comments