Skip to content

Commit 2dd2c96

Browse files
authored
[[ Docs ]] Fix formatting issues in LC Docs Guide
1 parent 47daf03 commit 2dd2c96

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/guides/LiveCode Documentation Format Reference.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ A comma-delimited list of synonyms for this API entry.
3232
#### Type (required)
3333
The type of this API entry. One of the following:
3434
(API-level)
35-
* command
36-
* function
37-
* property
38-
* message
39-
* constant
40-
* keyword
41-
* control structure
42-
* operator
43-
* statement
44-
* expression
35+
* command
36+
* function
37+
* property
38+
* message
39+
* constant
40+
* keyword
41+
* control structure
42+
* operator
43+
* statement
44+
* expression
4545

4646
(Glossary-level)
47-
* library
48-
* widget
49-
* glossary
50-
* object
47+
* library
48+
* widget
49+
* glossary
50+
* object
5151

5252
The glossary-level entries have part of their content generated from the API-level entries.
5353

@@ -58,14 +58,14 @@ A description of how to use or call this facet of the API. May just be the name
5858
An entry may have a number of Syntax elements, if there are variations within the same entry.
5959

6060
The following can be used to specify livecode syntax:
61-
- [optional]
62-
- [repeated optional ...]
63-
- { variant 1 | variant 2 }
64-
- <parameterName>
61+
- `[optional]`
62+
- `[repeated optional ...]`
63+
- `{ variant 1 | variant 2 }`
64+
- `<parameterName>`
6565

6666
For example, the syntax for the first variant of the `split` command:
6767

68-
split <variable> {by | using | with} <primaryDelimiter> [and <secondaryDelimiter>]
68+
split <variableToSplit> {by | using | with} <primaryDelimiter> [and <secondaryDelimiter>]
6969

7070
describes the following possible usages:
7171
- `split tVar by comma`

0 commit comments

Comments
 (0)