Skip to content

Commit 53ca796

Browse files
add
1 parent c4415ac commit 53ca796

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

tatsu-tags.html

+10-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
88
<link rel="stylesheet" href="css/main.css">
99
</head>
10-
10+
1111
<body>
1212
<table class="table table-hover table-bordered">
1313
<thead>
@@ -374,6 +374,13 @@
374374
<td><code>{shuffle;apple}</code></td>
375375
<td>plaep</td>
376376
</tr>
377+
<tr>
378+
<td>space</td>
379+
<td>Returns spaces amounting to <code>number</code>. Default value for <code>number</code> is 1.</td>
380+
<td><code>{space[;number]}</code></td>
381+
<td><code>{space;5}</code></td>
382+
<td></td>
383+
</tr>
377384
<tr>
378385
<td>substr</td>
379386
<td>Returns the characters of <code>string</code> between <code>start</code> and <code>end</code>. Default value
@@ -515,6 +522,6 @@
515522
</tr>
516523
</tbody>
517524
</table>
518-
<div class="alert alert-info">To use most of this list as a tag, execute the commands from <a href="data/cmd_values.txt">this file</a>.</div>
525+
<div class="alert alert-info">To use most of this list as a tag, execute the commands from <a href="data/cmd_values.txt">this file</a>.</div>
519526
</body>
520-
</html>
527+
</html>

0 commit comments

Comments
 (0)