From 6a7574036d76d20bc8a3112a1b1a31a22bd190f8 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Sun, 12 Nov 2017 11:14:49 +0100 Subject: [PATCH] repairing damaged markup --- Scripting-Guide.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Scripting-Guide.md b/Scripting-Guide.md index efe8fbb..6365cdc 100644 --- a/Scripting-Guide.md +++ b/Scripting-Guide.md @@ -14,15 +14,13 @@ Consider the [view.add](https://github.com/rakshasa/rtorrent/search?utf8=%E2%9C% ## Commands Reference -Command (Group) | Short Description ----: | :--- -[[method.*|COMMAND-Methods]] | Define new commands based on existing ones. -[[branch & if|COMMAND-Conditional]] | Execute different commands depending on conditions. -[[execute[.*]|COMMAND-Execute]] | Call operating system commands, possibly catching their output for use within rTorrent. -[[schedule|COMMAND-Scheduling]] | Repeatedly execute commands, either in a given frequency, or at certain times. -[[convert.*|COMMAND-Conversions]] | Commands that format values into strings. -[[system.*|COMMAND-System]] | Commands related to the operating system and the XMLRPC API. -[[ui.*|COMMAND-UserInterface]] | These commands control aspects of the ‘curses’ UI. +* [[method.*|COMMAND-Methods]] – Define new commands based on existing ones. +* [[branch & if|COMMAND-Conditional]] – Execute different commands depending on conditions. +* [[execute[.*]|COMMAND-Execute]] – Call operating system commands, possibly catching their output for use within rTorrent. +* [[schedule|COMMAND-Scheduling]] – Repeatedly execute commands, either in a given frequency, or at certain times. +* [[convert.*|COMMAND-Conversions]] – Commands that format values into strings. +* [[system.*|COMMAND-System]] – Commands related to the operating system and the XMLRPC API. +* [[ui.*|COMMAND-UserInterface]] – These commands control aspects of the ‘curses’ UI. ## Variable types