]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[settingshelp] update to 1.3
authorAilin Nemui <redacted>
Tue, 25 Jun 2019 09:25:28 +0000 (11:25 +0200)
committerAilin Nemui <redacted>
Tue, 25 Jun 2019 09:25:28 +0000 (11:25 +0200)
- fix markdown escapes in tables

scripts/settingshelp.pl

index 1faddc816c36e8b11698c2e0bfd01e64ecfcfe8b..f5983cd7f2639d740bbea1090483b08355e32913 100644 (file)
@@ -3,7 +3,7 @@ use warnings;
 use LWP::Simple qw();
 use Irssi;
 
-our $VERSION = '1.2'; # # a3f78214eed2faa
+our $VERSION = '1.3'; # b6350adcd789aa3
 our %IRSSI = (
     authors     => 'Rocco Caputo (dngor), Nei',
     contact     => 'rcaputo@cpan.org, Nei @ anti@conference.jabber.teamidiot.de',
@@ -87,6 +87,7 @@ my %help;
            for (@info2) {
                if (s/%\|\| (.*) \|$/$1/) {
                    s/ \| / | %|/g;
+                   s/\\([\|]\S+)/$1 /g;
                    s/\s+$//;
                }
            }
git clone https://git.99rst.org/PROJECT