Skip to content

Commit

Permalink
doc: clarify links usage of page title with spaces
Browse files Browse the repository at this point in the history
The word space can be misleading in this context since it can be confused as 'Confluence Space'.
  • Loading branch information
gmarraff authored and mrueg committed Jul 3, 2023
1 parent bc5c7ae commit e18b30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ be replaced with specified template:
<yaml-data> -->
```

**NOTE**: Make sure to define your macros after your metadata (Title/Space),
**NOTE**: Make sure to define your macros after your metadata (Title/Space),
mark will stop processing metadata if it hits a Macro.

Capture groups can be defined in the macro's <regexp> which can be later
Expand Down Expand Up @@ -626,7 +626,7 @@ This is a [link to an existing confluence page](ac:Pagetitle)

And this is how to link when the linktext is the same as the [Pagetitle](ac:)

Link to a [page title with space](<ac:With Space>)
Link to a [page title containing spaces](<ac:With Multiple Words>)
```

### Upload and included inline images
Expand Down

0 comments on commit e18b30b

Please sign in to comment.