Skip to content

Commit

Permalink
fix: < and > in headers are turned into tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Aug 1, 2024
1 parent f413d74 commit db295a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/documents/IoCReferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ following the context name in the reference expression are not empty, the framew
Components which are not in scope for resolution from the reference site (shown as a green pentagon) are shown as blue
squares.

## Examples of {<componentRef>}
## Examples of {\<componentRef\>}

In the example below, the IoC reference `{that}` refers to the component in which it is being used.

Expand Down Expand Up @@ -230,7 +230,7 @@ fluid.defaults("fluid.prefs.enactor.tableOfContents", {
});
```

## Examples of {<componentRef>}.<path to member>
## Examples of {\<componentRef\>}.\<path to member\>

The example below includes several IoC references. All of them are inside a subcomponent declaration and all include
`{controllers}`, which in this case is a reference to the parent component. Specifically:
Expand Down Expand Up @@ -289,7 +289,7 @@ fluid.defaults("fluid.moduleLayoutHandler", {
});
```

## Examples of {<iocss expression>}
## Examples of {\<iocss expression\>}

The example below uses an [IoCSS](IoCSS.md) expression `{that > moreText}.options.selectors.images`. The expression
refers to the `images` selector in the `moreText` subcomponent that is a direct descendent of the current component.
Expand Down

0 comments on commit db295a7

Please sign in to comment.