Skip to content

Commit af6797f

Browse files
authored
Fix macro docs sub-list formatting (#925)
1 parent 4e14e08 commit af6797f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/concepts/macros/sqlmesh_macros.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ It uses the following five step approach to accomplish this:
2828

2929
2. Examine the placeholder values to classify them as one of the following types:
3030

31-
- Creation of user-defined macro variables with the `@DEF` operator (see more about [user-defined macro variables](#user-defined-variables))
32-
- Macro variables, both [SQLMesh pre-defined](./macro_variables.md) and [user-defined](#User-defined-variables)
33-
- Macro functions, both [SQLMesh's](#sqlmesh-macro-operators) and [user-defined](#user-defined-macro-functions)
31+
- Creation of user-defined macro variables with the `@DEF` operator (see more about [user-defined macro variables](#user-defined-variables))
32+
- Macro variables, both [SQLMesh pre-defined](./macro_variables.md) and [user-defined](#User-defined-variables)
33+
- Macro functions, both [SQLMesh's](#sqlmesh-macro-operators) and [user-defined](#user-defined-macro-functions)
3434

3535
3. Substitute macro variable values where they are detected. In most cases, this is direct string substitution as with a templating system.
3636

0 commit comments

Comments
 (0)