Fanfou Wiki

我等采石之人,当心怀建造大教堂之愿景。

用户工具

站点工具


playground:playground

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
playground:playground [2020/07/29 17:38] – 外部编辑 127.0.0.1playground:playground [2020/12/30 12:30] (当前版本) admin
行 1: 行 1:
 ====== PlayGround ====== ====== PlayGround ======
 +[[https://www.dokuwiki.org/zh:syntax|zh:syntax]]
 +
 +<code html index.html>
 +<html>
 +  <head>
 +  </head>
 +</html>
 +</code>
 +<markdown>
 +# 标题
 +</markdown>
 +----
 +<code JavaScript [enable_line_numbers="true", start_line_numbers_at="42", highlight_lines_extra="2,3"]>
 +var de = function() {
 + return (typeof(window.de) == 'object') ? window.de : {};
 +}();
 +</code>
 +----
 +<uml>
 +@startgantt
 +
 +Project starts 2020-02-01
 +
 +-- Team 1 --
 +[Requirements] lasts 6 days
 +[Design] starts 2020-02-05 and ends 2020-02-12
 +[Implementation] starts 2020-02-12 and ends 2020-02-25
 +
 +-- Team 2 --
 +[T2 - Requirements] lasts 1 week and 4 days
 +[T2 - Implementation] starts 2020-02-10 and ends 2020-02-22
 +
 +-- Days Off --
 +[Holidays] starts 2020-02-12 and ends 2020-02-14
 +
 +@endgantt
 +</uml>
 +
 +
  
playground/playground.1596015505.txt.gz · 最后更改: 2020/07/29 17:38 由 127.0.0.1