We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bbcc4 commit 26d6cc7Copy full SHA for 26d6cc7
README.md
@@ -213,13 +213,14 @@ Syntax highlighting for a code block.
213
Option | Description | Default
214
--- | --- | ---
215
`gutter` | Whether to show line numbers | true
216
-`wrap` | Whether to wrap the code block | true
+`wrap` | Whether to wrap the code block in [`<table>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) | true
217
`firstLine` | First line number | 1
218
`hljs` | Whether to use the `hljs-*` prefix for CSS classes | false
219
`lang` | Language |
220
`caption` | Caption |
221
`tab`| Replace tabs |
222
`autoDetect` | Detect language automatically | false
223
+`mark` | Mark specific line(s) |
224
225
### htmlTag(tag, attrs, text, escape)
226
0 commit comments