We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e81b9 commit 1fbdd81Copy full SHA for 1fbdd81
1 file changed
saltgui/static/scripts/output/OutputDocumentation.js
@@ -261,10 +261,12 @@ export class OutputDocumentation {
261
262
// replace ``......``
263
// e.g. in "sys.doc state.apply"
264
+ // named groups are only introduced in ES9/2018
265
out = out.replace(/``([^`]*)``/g, "<span style='background-color: #575757'>$1</span>");
266
267
// replace `......`
268
269
270
out = out.replace(/`([^`]*)`/g, "<span style='color: yellow'>$1</span>");
271
272
// remove whitespace at end of lines
0 commit comments