14,982
edits
| Line 70: | Line 70: | ||
=== other syntax === | === other syntax === | ||
* [http://www.plurk.com/ Plurk][http://s8726319.pixnet.net/blog/post/18592491 語法]: <pre>% | * [http://www.plurk.com/ Plurk][http://s8726319.pixnet.net/blog/post/18592491 語法]: <pre>%URL% (%TEXT%)</pre> | ||
* 在 Google Drive[https://support.google.com/docs/answer/3093313?hl=zh-Hant&rd=1] 或 Microsoft Excel 的儲存格內建立超連結: <pre>=HYPERLINK("% | * 在 Google Drive[https://support.google.com/docs/answer/3093313?hl=zh-Hant&rd=1] 或 Microsoft Excel 的儲存格內建立超連結: <pre>=HYPERLINK("%URL%", "%TEXT%")</pre> | ||
optional | optional | ||
* HTML (Use HTML Entities) for [http://www.w3.org/TR/xhtml1/ XHTML 1.0] strict [http://www.sitepoint.com/article/standards-compliant-world]: <pre><a href="% | * HTML (Use HTML Entities) for [http://www.w3.org/TR/xhtml1/ XHTML 1.0] strict [http://www.sitepoint.com/article/standards-compliant-world]: <pre><a href="%URL%" rel="external" title="%TEXT%">%TEXT%</a> | ||
</pre> | </pre> | ||