From 503157eeb3e304679690a899601f649f73cf8027 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 10 Nov 2023 10:59:32 -0600 Subject: [PATCH] make the expandable lines in code blocks a bit more explicit --- torchlight.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torchlight.config.js b/torchlight.config.js index 5013efd..fb4f992 100644 --- a/torchlight.config.js +++ b/torchlight.config.js @@ -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.