From 7d2994388bb0e5db91338244d3e1e644ec42be28 Mon Sep 17 00:00:00 2001 From: Rizwan Date: Sun, 30 Jan 2022 16:37:32 +0530 Subject: [PATCH] Remove 2 whitespaces (#6434) These whitespaces were messing the list rendering --- plugins/tiddlywiki/highlight/howto.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tiddlywiki/highlight/howto.tid b/plugins/tiddlywiki/highlight/howto.tid index e2b5a77c1..5c867412b 100644 --- a/plugins/tiddlywiki/highlight/howto.tid +++ b/plugins/tiddlywiki/highlight/howto.tid @@ -1,9 +1,9 @@ title: $:/plugins/tiddlywiki/highlight/howto ! Supporting Additional Languages - + The [[highlight.js|https://github.com/highlightjs/highlight.js]] project supports many languages. Only a subset of these languages are supported by the plugin. It is possible for users to change the set of languages supported by the plugin by following these steps: - + # Go to the highlight.js project [[download page|https://highlightjs.org/download/]], select the language definitions to include, and press the Download button to download a zip archive containing customised support files for a highlight.js syntax highlighting server. # Locate the `highlight.pack.js` file in the highlight plugin -- on a stock Debian 8 system running Tiddlywiki5 under node-js it is located at `/usr/local/lib/node_modules/tiddlywiki/plugins/tiddlywiki/highlight/files/highlight.pack.js`. # Replace the plugin `highlight.pack.js` file located in step 2 with the one from the downloaded archive obtained in step 1.