make the expandable lines in code blocks a bit more explicit

This commit is contained in:
John Bowdre 2023-11-10 10:59:32 -06:00
parent 94b3cf3102
commit 503157eeb3

View file

@ -30,11 +30,11 @@ module.exports = {
// If there are any diff indicators for a line, put them // If there are any diff indicators for a line, put them
// in place of the line number to save horizontal space. // in place of the line number to save horizontal space.
diffIndicatorsInPlaceOfLineNumbers: true diffIndicatorsInPlaceOfLineNumbers: true,
// When lines are collapsed, this is the text that will // When lines are collapsed, this is the text that will
// be shown to indicate that they can be expanded. // be shown to indicate that they can be expanded.
// summaryCollapsedIndicator: '...', summaryCollapsedIndicator: 'Click to expand...',
}, },
// Options for the highlight command. // Options for the highlight command.