mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
make the expandable lines in code blocks a bit more explicit
This commit is contained in:
parent
94b3cf3102
commit
503157eeb3
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ module.exports = {
|
|||
|
||||
// If there are any diff indicators for a line, put them
|
||||
// in place of the line number to save horizontal space.
|
||||
diffIndicatorsInPlaceOfLineNumbers: true
|
||||
diffIndicatorsInPlaceOfLineNumbers: true,
|
||||
|
||||
// When lines are collapsed, this is the text that will
|
||||
// be shown to indicate that they can be expanded.
|
||||
// summaryCollapsedIndicator: '...',
|
||||
summaryCollapsedIndicator: 'Click to expand...',
|
||||
},
|
||||
|
||||
// Options for the highlight command.
|
||||
|
|
Loading…
Reference in a new issue