Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Hide fiddle completely using single comment block #129

Open
bahmutov opened this issue Sep 15, 2020 · 0 comments
Open

Hide fiddle completely using single comment block #129

bahmutov opened this issue Sep 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bahmutov
Copy link
Contributor

We should be able to hide the fiddle's code completely by hiding it in the HTML comment block

Instead of

<!-- fiddle Initial -->
```js
cy.visit('/')
cy.get('input').should('be.visible')
cy.screenshot('initial')
```
<!-- fiddle-end -->

Do

<!-- fiddle Initial
```js
cy.visit('/')
cy.get('input').should('be.visible')
cy.screenshot('initial')
```
-->
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant