Skip to content

Commit

Permalink
Escape pipe (|) character in Markdown
Browse files Browse the repository at this point in the history
Follow-up to [hotwired#145][]

Escape a `|` operator to avoid Markdown's confusion about whether or not
its a cell separator to a character.

[hotwired#145]: hotwired#145
  • Loading branch information
seanpdoyle committed Feb 13, 2024
1 parent a1021f1 commit 5c78987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/reference/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Fires when the response to a `<turbo-frame>` element request does not contain a
| `event.detail` property | Type | Description
|---------------------------|-----------------------------------------------------------------------|------------
| `response` | [Response][] | the HTTP response for the request initiated by a `<turbo-frame>` element
| `visit` | `async (location: string | URL, visitOptions: VisitOptions) => void` | a convenience function to initiate a page-wide navigation
| `visit` | `async (location: string \| URL, visitOptions: VisitOptions) => void` | a convenience function to initiate a page-wide navigation

[Response]: https://developer.mozilla.org/en-US/docs/Web/API/Response
[Turbo.visit]: /reference/drive#turbo.visit
Expand Down

0 comments on commit 5c78987

Please sign in to comment.