Skip to content

Commit 26d6cc7

Browse files
committed
docs(highlight): 'mark' option
1 parent 71bbcc4 commit 26d6cc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,14 @@ Syntax highlighting for a code block.
213213
Option | Description | Default
214214
--- | --- | ---
215215
`gutter` | Whether to show line numbers | true
216-
`wrap` | Whether to wrap the code block | true
216+
`wrap` | Whether to wrap the code block in [`<table>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) | true
217217
`firstLine` | First line number | 1
218218
`hljs` | Whether to use the `hljs-*` prefix for CSS classes | false
219219
`lang` | Language |
220220
`caption` | Caption |
221221
`tab`| Replace tabs |
222222
`autoDetect` | Detect language automatically | false
223+
`mark` | Mark specific line(s) |
223224

224225
### htmlTag(tag, attrs, text, escape)
225226

0 commit comments

Comments
 (0)