diff options
author | Tong Hui <tonghuix@gmail.com> | 2016-09-28 19:39:27 +0800 |
---|---|---|
committer | Tong Hui <tonghuix@gmail.com> | 2016-09-28 19:39:27 +0800 |
commit | 1fa47c2996897834c924801b5fabd5c10052270b (patch) | |
tree | 14a39d30110e7be788becfd7785c67cc96c6cb7f /docs/javascript-trap.md | |
parent | 156cd42ca134edce4d4212fcec0442eaef2e2e16 (diff) | |
download | fsfs-zh-1fa47c2996897834c924801b5fabd5c10052270b.tar.xz |
add pdf and html support
Diffstat (limited to 'docs/javascript-trap.md')
-rw-r--r-- | docs/javascript-trap.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/javascript-trap.md b/docs/javascript-trap.md index bdbed4e..f0a7840 100644 --- a/docs/javascript-trap.md +++ b/docs/javascript-trap.md @@ -58,7 +58,7 @@ Java 小程序也是在浏览器中运行的,它们也会带来类似的问题 如需引用相关程序的源代码,我们建议采用这种格式: -``` {.smallexample} +``` // @source: ``` @@ -67,7 +67,7 @@ Java 小程序也是在浏览器中运行的,它们也会带来类似的问题 如需指出嵌入本页面的 JavaScript 代码所使用的许可证类型,我们建议将许可证文本置于如下所示的两段文字之间: -``` {.smallexample} +``` The following is the entire license notice for the JavaScript code in this page. @@ -80,7 +80,7 @@ JavaScript code in this page. 同许多其他自由软件许可证一样,GNU GPL 要求连同程序的源代码和二进制形式一起发布一份许可证的副本。然而,由于 GNU GPL 过于冗长,将其同 JavaScript 程序一起包含在页面中可能会带来某种不便。对于您所拥有著作权的代码,您可以移除这条要求,代之以类似下面这样的许可证声明: -``` {.smallexample} +``` Copyright (C) YYYY Developer |