Skip to content

Commit 62ccf0b

Browse files
authored
Proper formatting for code
1 parent 52bc73e commit 62ccf0b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

AutoIt.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
[I have made several tickets](https://www.autoitscript.com/trac/autoit/query?reporter=%5ETheDcoder&col=id&col=summary&col=owner&col=type&col=status&col=cc&desc=1&order=id) in [AutoIt's Bug Tracker](https://www.autoitscript.com/trac/autoit).
44

55
## Snippets
6-
[StringTrimLeftUntil & StringTrimRightUntil](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=10#comment-1250764) - Does what it says
6+
[`StringTrimLeftUntil` & `StringTrimRightUntil`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=10#comment-1250764) - Does what it says
77

8-
[StringLeftUntil & StringRightUntil](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=12#comment-1257918) - Does what it says
8+
[`StringLeftUntil` & `StringRightUntil`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=12#comment-1257918) - Does what it says
99

10-
[CalcPercent](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1254091) - Clean calculations
10+
[`CalcPercent`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1254091) - Clean calculations
1111

12-
[ArraySplit](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1256397) - Simply put, Converts an 1D Array to an 2D Array based on Delimiters (See the example if you want to know what it does clearly)
12+
[`ArraySplit`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1256397) - Simply put, Converts an 1D Array to an 2D Array based on Delimiters (See the example if you want to know what it does clearly)
1313

14-
[IsMgcNumPresent](https://git.io/vPFjk) - Checks if a number is a present in a number (Magic numbers aka Powers of 2)
14+
[`IsMgcNumPresent`](https://git.io/vPFjk) - Checks if a number is a present in a number (Magic numbers aka Powers of 2)
1515

16-
[IniReadWrite](https://gist.github.com/TheDcoder/b5035d600b7a130ea45311541a15a555) - Wrapper for IniRead. Writes the "default" value to the Ini file if the key does not exist! Very useful to generate `config.ini` by just replacing `IniRead` with `IniReadWrite`
16+
[`IniReadWrite`](https://gist.github.com/TheDcoder/b5035d600b7a130ea45311541a15a555) - Wrapper for IniRead. Writes the "default" value to the Ini file if the key does not exist! Very useful to generate `config.ini` by just replacing `IniRead` with `IniReadWrite`
1717

18-
[_IEWaitForTagText](https://git.io/vHxOT) - Waits for a HTML tag to appear with the specified text
18+
[`_IEWaitForTagText`](https://git.io/vHxOT) - Waits for a HTML tag to appear with the specified text
1919

20-
[ConvertTime12To24](https://git.io/vdWnY) - Converts 12 hour time to 24 hour time, made while keeping _DateDiff's format in mind :)
20+
[`ConvertTime12To24`](https://git.io/vdWnY) - Converts 12 hour time to 24 hour time, made while keeping _DateDiff's format in mind :)
2121

2222
## UDFs
2323

0 commit comments

Comments
 (0)