Skip to content

Commit

Permalink
replace markdown-toc with md-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Dec 5, 2024
1 parent b9d04ba commit f9c9e8f
Show file tree
Hide file tree
Showing 3 changed files with 3,129 additions and 492 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@

Auto-transform JavaScript comments into [Playwright](https://playwright.dev/) steps.

<!-- toc -->

<!-- doc-gen TOC maxDepth="3" -->
- [Example](#example)
* [With AI](#with-ai)
- [With AI](#with-ai)
- [Installation](#installation)
- [Activation](#activation)
* [CommonJS](#commonjs)
* [ESM](#esm)
- [CommonJS](#commonjs)
- [ESM](#esm)
- [Usage](#usage)
* [Step start](#step-start)
* [Step end](#step-end)
* [Nested steps](#nested-steps)
* [Variables](#variables)
- [Step start](#step-start)
- [Step end](#step-end)
- [Nested steps](#nested-steps)
- [Variables](#variables)
- [Motivation](#motivation)
- [Caveats](#caveats)
- [Changelog](#changelog)
* [0.4.0](#040)
- [0.4.0](#040)
- [License](#license)

<!-- tocstop -->
<!-- end-doc-gen -->

## Example
Test code:
Expand Down
Loading

0 comments on commit f9c9e8f

Please sign in to comment.