Skip to content

Commit

Permalink
Merge pull request #166 from seanpdoyle/escape-pipe
Browse files Browse the repository at this point in the history
Escape pipe (`|`) character in Markdown
  • Loading branch information
jorgemanrubia authored Feb 13, 2024
2 parents a1021f1 + 5c78987 commit 5cf3013
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 5cf3013

Please sign in to comment.