File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const rWrap = /\s*wrap:(\w+)/i;
28
28
* @param {Object } line_number Show line number, value must be a boolean
29
29
* @param {Object } highlight Enable code highlighting, value must be a boolean
30
30
* @param {Object } first_line Specify the first line number, value must be a number
31
- * @param {Object } mark Mark specific line(s), separated by a comma. Specify number range using a dash
31
+ * @param {Object } mark Line highlight specific line(s), each value separated by a comma. Specify number range using a dash
32
32
* Example: `mark:1,4-7,10` will mark line 1, 4 to 7 and 10.
33
33
* @param {Object } wrap Wrap the code block in <table>, value must be a boolean
34
34
* @returns {String } Code snippet with code highlighting
You can’t perform that action at this time.
0 commit comments