@@ -274,15 +274,23 @@ pseudocode.renderElement(document.getElementById("quicksort"),
274
274
275
275
The following options are currently supported:
276
276
277
- * ` indentSize ` : The indent size of inside a control block, e.g. if, for,
278
- etc. The unit must be in 'em'.
279
- * ` commentDelimiter ` : The delimiters used to start and end a comment region.
280
- Note that only line comments are supported.
281
- * ` lineNumber ` : Whether line numbering is enabled.
282
- * ` lineNumberPunc ` : The punctuation that follows line number.
283
- * ` noEnd ` : Whether block ending, like` end if ` , end procedure`, etc., are
284
- showned.
285
- * ` captionCount ` : Reset the caption counter to this number.
277
+ * ` captionCount ` :
278
+ Reset the caption counter to this number.
279
+ * ` commentDelimiter ` :
280
+ The delimiters used to start and end a comment region.
281
+ Note that only line comments are supported.
282
+ * ` indentSize ` :
283
+ The indent size of inside a control block, e.g. if, for etc.
284
+ The unit must be in 'em'.
285
+ * ` lineNumber ` :
286
+ Whether line numbering is enabled.
287
+ * ` lineNumberPunc ` :
288
+ The punctuation that follows line number.
289
+ * ` noEnd ` :
290
+ Whether block ending, like` end if ` , end procedure`, etc.
291
+ are showned.
292
+ * ` titlePrefix ` :
293
+ The title prefix (defaults to "Algorithm") for captions.
286
294
287
295
The default values of these options are:
288
296