From 03f62a22dc22aade9913356dbfc39a5ffe8aa2a1 Mon Sep 17 00:00:00 2001 From: Joe Uhren Date: Thu, 22 Sep 2022 19:50:52 -0600 Subject: [PATCH] Remove jstransformer-markdown-it dependency -jstransformer-markdown-it was barely being used and its use as a dependency just isn't justified, so it has been removed -The network page was the only place where the markup plugin was used so the text was rewritten to no longer use the plugin --- package.json | 1 - views/network.pug | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0759c59..3b68df4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "express": ">=4.18.1", "intl": "^1.2.5", "jsonminify": "^0.4.2", - "jstransformer-markdown-it": "^2.1.0", "mongodb": "^4.7.0", "mongoose": "^6.3.6", "morgan": ">=1.10.0", diff --git a/views/network.pug b/views/network.pug index 7bbfb4a..45faf6c 100644 --- a/views/network.pug +++ b/views/network.pug @@ -325,18 +325,17 @@ block content #addnodes.container.tab-pane(style='margin-top:0;border-top:0;') .card.card-default.border-0 .card-body.border-top-0 - :markdown-it - If you have trouble syncing your wallet, add these lines to your coin daemon .conf file and restart the wallet. - - *Typically you can access the config file through QT-wallet menu, Tools > Open Wallet Configuration File* + p If you have trouble syncing your wallet, add these lines to your coin daemon .conf file and restart the wallet. + p + em Typically you can access the config file through QT-wallet menu, Tools > Open Wallet Configuration File table#addnodes-table.table.table-bordered.table-striped.table-paging.table-hover.mobile-border-right thead tr(class=theadClasses) th AddNode Config Lines tbody .card-body.border-top-0 - :markdown-it - Alternatively you can try one of these lines in the coin wallet debug window, or add them with *coindaemon*-cli + p="Alternatively you can try one of these lines in the coin wallet debug window, or add them with" + " " + em coindaemon-cli table#onetry-table.table.table-bordered.table-striped.table-paging.table-hover.mobile-border-right thead tr(class=theadClasses)