cherry-pick(#28276): docs(trace-viewer): fix <details><summary> syntax (#28297)

This PR cherry-picks the following commits:

- e405c1deea

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2023-11-22 10:55:59 -08:00 committed by GitHub
parent 8dea604754
commit 480ae58942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,8 @@ Options for tracing are:
This will record the trace and place it into the file named `trace.zip` in your `test-results` directory.
<details><summary>If you are not using Pytest, click here to learn how to record traces.
</summary>
<details>
<summary>If you are not using Pytest, click here to learn how to record traces.</summary>
```python async
browser = await chromium.launch()

View file

@ -177,8 +177,8 @@ Options for tracing are:
This will record the trace and place it into the file named `trace.zip` in your `test-results` directory.
<details><summary>If you are not using Pytest, click here to learn how to record traces.
</summary>
<details>
<summary>If you are not using Pytest, click here to learn how to record traces.</summary>
```python async
browser = await chromium.launch()