Skip to content

Commit

Permalink
include schema version in macro examples
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Jan 17, 2022
1 parent e0818d1 commit 5981bde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Here is an example for a ToC macro using all headlines starting at Level 2:

```CONFLUENCE-MACRO
name:toc
schema-version:1
minLevel:2
```

Expand All @@ -153,7 +154,8 @@ The general syntax is:
```markdown
```CONFLUENCE-MACRO
name:Name of Macro
attribute:Value of Attribute
schema-version:Schema Version (use `1`)
attribute:Value of Attribute
parameter-name:Value of Parameter
next-parameter:Value of Parameter
```
Expand Down

0 comments on commit 5981bde

Please sign in to comment.